comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: localising IDL programs
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: localising IDL programs [message #73935 is a reply to message #73934] Thu, 09 December 2010 13:44 Go to previous messageGo to previous message
penteado is currently offline  penteado
Messages: 866
Registered: February 2018
Senior Member
Administrator
On Dec 9, 7:23 pm, nata <bernat.puigdomen...@gmail.com> wrote:
> Ok,
> It seems that you have to use the ASCII values. You can consult the
> following web site to get the decimal values :http://ascii-table.com/special-chars.php
>
> So if you want to display: 'hola què tal com estàs ?'
> You should do:
>
> res=DIALOG_MESSAGE('hola qu'+STRING(232b)+' tal com est'+STRING(224b)
> +'s ?')

Though those (anything beyond 127) are not ASCII. That is an extension
from ASCII to 8-bit, and the characters can vary with the encoding
used.

The central problem is IDL's lack of Unicode support. Which languages
created recently (like Java) have builtin, at the source code level,
and other old languages support in varying levels of awkward retrofit.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Font List
Next Topic: How come? Weird subarray problem...

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Thu Oct 09 21:35:23 PDT 2025

Total time taken to generate the page: 1.11967 seconds