8 Jun 21:46
Unicode
From: Raphael Mack <ramack <at> raphael-mack.de>
Subject: Unicode
Newsgroups: gmane.comp.lang.eiffel.smalleiffel
Date: 2008-06-08 19:46:56 GMT
Expires: This article expires on 2008-06-22
Subject: Unicode
Newsgroups: gmane.comp.lang.eiffel.smalleiffel
Date: 2008-06-08 19:46:56 GMT
Expires: This article expires on 2008-06-22
Hi, I started to use UNICODE_STRING (not that I need any unicode support, but I want to use the new XML code in se libs). A few questions come up: Will inspect be extended to unicode strings? - I fear using "inspect some_unicode.to_utf8" is not very efficient. I need to convert UNICODE_STRINGs to integers. What is the way to go? convert to a utf8 string and then to a integer as unicode.to_utf8.to_integer or will these convertion features make it into UNICODE_STRING once upon a time? Are there any timing comparisons (estimates?) between STRING an UNICODE_STRING? How good is the current svn-compiler? (I got c compilation errors using svn-9151) Cheers, Rapha
RSS Feed