Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS: Fix special character issue in image URL. #157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

iOS: Fix special character issue in image URL. #157

wants to merge 1 commit into from

Commits on Apr 10, 2018

  1. iOS: Fix special character issue in image URL.

    If the external URL contains special characters such as 你好 and مرحبا,
    image could not be displayed.
    
    To resolve this issue,
    we need to escape special characters in `uri` using UTF-8 encoding.
    
    Fixes #129
    Gökcan Değirmenci committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    1935b6a View commit details
    Browse the repository at this point in the history