Results 1 to 4 of 4
  • Topic Tools
  • Display
  • Bookmark and Share

Topiced View

  1. #1
    Bronze Member
    Points: 1,715, Level: 11
    Level completed: 55%, Points required for next Level: 135
    Overall activity: 0%
    Achievements:
    1 year registeredTagger Second Class1000 Experience PointsNew Achievement!

    Join Date
    Dec 2010
    Posts
    10
    Points
    1,715
    Level
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    BDP7600: Bug with file names containing special language characters (e. g. umlaute)

    When browsing through video files on a usb drive (no matter if FAT32 or NTFS), the 7600 file browser shows some information about the currently selected file in the right part of the screen (title, duration, file date and file time, pixel width and height of video). Obviously the title is generated from the file name by stripping off the file extension (at least for mkv, mpg and ts files). Software version is 1.09.

    This works fine if the file name only contains ASCII characters. But if the file name contains special language characters (e. g. german umlaute, french accents) the title is not correctly displayed. Instead every single character is replaced by two other characters. Examples:

    • ä is displayed as ä
    • ö is displayed as ö
    • ü is displayed as ü
    • é is displayed as é
    • ç is displayed as ç


    This is a bug in the firmware and I'd appreciate if this could be fixed in a future release.

    What is happening?
    The special language characters in the file names are UTF-8 encoded which means in the case of the examples that every character is encoded with two bytes (see http://www.utf8-chartable.de/unicode...1024&htmlent=1). That means in hex:

    ä is encoded as C3 A4
    ö is encoded as C3 B6
    ü is encoded as C3 BC
    é is encoded as C3 A9
    ç is encoded as C3 A7

    When generating the title from the file name the firmware does not recognize that there are UTF-8 encoded characters that need special treatment. Instead every single byte is incorrectly displayed as ISO 8859-1 encoded. Therefore the byte C3 is displayed as Ã, A4 as ¤, B6 as ¶ and so on.
    Last edited by upsh; 10-08-2011 at 07:15 AM. Reason: Added some tags

Similar Topics

  1. Replies: 0
    Last Post: 10-05-2011, 09:31 PM
  2. Replies: 8
    Last Post: 08-18-2011, 09:31 AM
  3. Tv Language
    By Pedro Cardoso in forum TV: User Interface
    Replies: 1
    Last Post: 06-06-2011, 08:20 AM
  4. Special recommendation on BDP5200!
    By Philips in forum Blu-ray: BDP5000 & 6000 Series
    Replies: 16
    Last Post: 05-27-2011, 01:31 AM
  5. Replies: 0
    Last Post: 05-20-2011, 09:43 AM

Tags for this Topic

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •