Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • VLC-iOS VLC-iOS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 289
    • Issues 289
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLANVideoLAN
  • VLC-iOSVLC-iOS
  • Repository
Switch branch/tag
  • vlc-ios
  • Sources
  • VLCOpenNetworkStreamViewController.m
Find file BlameHistoryPermalink
  • Filipe Cabecinhas's avatar
    Fix subtitle downloads by not messing encodings · dd7bcb2b
    Filipe Cabecinhas authored Jan 18, 2015 and Felix Paul Kühne's avatar Felix Paul Kühne committed Jan 19, 2015
    
    
    VLC was downloading subtitle files as an NSString and assumed certain
    encodings. This is useless to do in the controller, because VLCKit will,
    eventually, autodetect encodings and “do the right thing”.
    
    Because of this, some subtitle files (e.g: UTF-16 encoded ones) wouldn't
    work over the network, but would work if copied to the device.
    
    Signed-off-by: Felix Paul Kühne's avatarFelix Paul Kühne <fkuehne@videolan.org>
    dd7bcb2b

VideoLAN code repository instance