Ask a Question related to ASP, Design and Development.
-
Arnold Shore #1
Single Unicode Character - How many Bytes?
I've got a single Cyrillic character delivered from a db field to my script,
which displays correctly in my UTF-8 web page. This is the "backwards P"
which has the Unicode value of &H042F
But when I read it for writing to a file, what I see is a 4-byte value of
&HD0 00 AF 00 .
Can someone explain what's going on here? Thanks, all.
AS
Arnold Shore Guest
-
Special character / Unicode problems
Hi I am having a lot of trouble getting Flash to display danish characters. I am writing data to Flash from a mySQL database using PHP. I... -
syntax for inserting unicode character literal
What is the syntax for inserting a unicode character literal? I thought it would be something like '\u05D0', but that doesn't work. Any help... -
Inserting character by UNICODE number
How is this done? Inserting character from for example Glyphs pallette into text frame. In the older days you put ASCII code by alt + number on... -
InDesign ME Character Problem! Character-Change by Printing or saving *.PS!
Hi everybody! I have some problems with ME Version. When i want to print a page with FARSI-Text in it, he changes one character! on screen he... -
Is there a way to assign multiple variables a single value on a single line?
i tried $f1, $f2, $f3 = '1'; and list($f1, $f2, $f3) = 1; neither work... second obviously cuz its looking for an array on the right side,...



Reply With Quote

