On 12-Feb-09, at 5:12 AM, Michael Rueger wrote: > John M McIntosh wrote: >> No, it's just more smalltalk coding, the utf8-plain-text bytes need >> to be translated into bytes according to > > Somewhere in the call chain it is finally FFI calls as you > illustrate below. > > How much would it take to have the primitive return the normalized > UTF-8 string directly? > > Michael
Er, case of beer? Seriously tho you need to define if the UTF8 you expect squeak to work with is precomposed and decomposed Unicode. Then we can alter the plugin, also having a test case would be helpful, move data into squeak, move data out of squeak. Well and enabling the ability to copy/paste PNG or JPEG would be helpful, again the plugin can help with this, but you'll need a frame work (ala sophie) to front the existing logic, that and the windows VM support. -- = = = ======================================================================== John M. McIntosh <[email protected]> Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com = = = ======================================================================== _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
