gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #33718] Fail to load xml if the path have UTF8 speci


From: François BORLET-HOTE
Subject: [Gnash-commit] [bug #33718] Fail to load xml if the path have UTF8 special character
Date: Tue, 05 Jul 2011 13:41:21 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0) Gecko/20100101 Firefox/4.0

URL:
  <http://savannah.gnu.org/bugs/?33718>

                 Summary: Fail to load xml if the path have UTF8 special
character
                 Project: Gnash - The GNU Flash player
            Submitted by: borleth
            Submitted on: Tue 05 Jul 2011 01:41:20 PM GMT
                Category: core
                Severity: 3 - Normal
                 Release: trunk
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

For a SWF animation with xml linked, if in the full path of the file SWF there
are UTF character, so it try to load a wrong xml file.

For example, I have a file in my home :

/home/toto/Téléchargement/testfile.swf
/home/toto/Téléchargement/testfile.xml

gnash -vv /home/toto/Téléchargement/testfile.swf
...
Could not open file /home/toto/Téléchargement/stfile.s.xml
...

So I have done an other test :

/home/toto/Tést/testfile.swf
/home/toto/Tést/testfile.xml

gnash -vv /home/toto/Tést/testfile.swf
...
Could not open file /home/toto/Tést/estfile..xml
...

So  there is a delay of 2 character when 2 UTF8 special char (é)
And there is a delay of 1 character when 1 UTF8 special char (é)

So maybe you use a string function without UTF8 compliancy


PS: With filename for image in the xml there is no problem !!!

PS2: Sorry for my English I'm French

François




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33718>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]