swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] UTF-8 notation


From: Jymmm
Subject: [Swftools-common] UTF-8 notation
Date: Tue, 31 May 2005 08:59:42 -0700 (PDT)

Hi Matthias,

Couple ideas...


1) Always padded to four hex digits
\x00e9


2) Within double quotes, use a semicolon
"\xe9;"

3) Any whitespace (space, tab, CR, LN)
\xe9 \xFF

4) Combine #2 and #3 and chain them
"My name is  \xe9;ff;dd;0a; it's nice to meet you"


Jim...



> The above actually parses as "R{\xe9a}lisation" as
> the "a" is considered to be part of the \x, too.
> 
> I'm open to syntax suggestions on how to work around this
> one-
> my proposal would be to allow the string to be encoded as
> R\xe9/alisation, with the "/" delimiting the \x command.
> Does somebody have a better idea for a syntax? Otherwise
> I'll implement the "/" version tomorrow.
> Matthias


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




reply via email to

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