+Vote!
Create a Free RSS Feed at RSSPad (Free subscription) | yesterday
IBackup (www.ibackup.com) the leading online backup and storage service provider has enhanced its online backup service by adding Unicode support to its IBackup for Windows Application. (PRWeb Jan 11, 2007) Read the full story at http://www.prweb.com/releases/2007/01/prweb496441.htm
+Vote!
SEOCentro - SEO News (Free subscription) | 07/24/2008
Domains using the full character spectrum aren't really supported well in browsers, partly due to security issues... so entering something like bücherei.com (the German word for library) will resolve into what is called a punycode address, namely xn-bcherei-n2a.com. This kinda ruins it for serious uses, but still, there's domains out there using more than just ASCII letters.
+Vote!
Kenny Kerr (Free subscription) | 07/24/2008
The Windows SDK provides the WideCharToMultiByte function to convert a Unicode, or UTF-16, string ( WCHAR* ) to a character string ( CHAR* ) using a particular code page. Windows also provides the MultiByteToWideChar function to convert a character string from a particular code page to a Unicode string. These functions can be a bit daunting at first but unless you have a lot of legacy code or APIs...
+Vote!
MAC News Network (Free subscription) | 07/23/2008
Native Instruments has released TRAKTOR 3.4 and TRAKTOR SCRATCH 1.3, free updates that refine the functionality of the music software applications. TRAKTOR 3 is a complete DJing solution for Mac users, offering the ability to mix digital music files, while TRAKTOR SCRATCH also adds the ability to use a vinyl or CD turntable to control all of the mi...
+Vote!
The Apple News (Free subscription) | 07/23/2008
Native Instruments has released TRAKTOR 3.4 and TRAKTOR SCRATCH 1.3, free updates that refine the functionality of the music software applications. TRAKTOR 3 is a complete DJing solution for Mac users, offering the ability to mix digital music files, while TRAKTOR SCRATCH also adds the ability to use a vinyl or CD turntable to control all of the mi...
+Vote!
mac.ro (Free subscription) | 07/23/2008
Morrison SoftDesign has released FontXChange 1.5 for Mac OS X. The font-format converter has updated its Unicode support to 5.1 and improved its parsing and rendering tools. The 1.5 update can generate .AFM files, can rebuild a damaged font and has new naming options available. FontXChange converts between OpenType, PostScript Type 1, TrueType for ...
+Vote!
迷客科技 (Free subscription) | 07/23/2008
Morrison SoftDesign has released FontXChange 1.5 for Mac OS X. The font-format converter has updated its Unicode support to 5.1 and improved its parsing and rendering tools. The 1.5 update can generate .AFM files, can rebuild a damaged font and has new naming options available. FontXChange converts between OpenType, PostScript Type 1, TrueType for ...
+Vote!
kuanhoong dot com (Free subscription) | 07/22/2008
Freeware parallel audio converter is a good freeware that allows to convert all your audio files with full Unicode support. You can convert multiple files in parallel by taking full advantage of multi-core CPU. Freeware parallel audio converter supports 24Bit encoding for OGG,FLAC,APE,WavPack and WAV and 32Bit encoding for OGG,WavPack,FLAC and WAV. Full unicode support [...]
+Vote!
Simon Willison's Weblog (Free subscription) | 07/22/2008
Django 1.0 alpha release notes . The big features are newforms-admin, unicode everywhere, the queryset-refactor ORM improvements and auto-escaping in templates.
+Vote!
World Wide Web Consortium (Free subscription) | 07/21/2008
2008-07-21: The Math Working Group has published the Working Draft of XML Entity definitions for Characters. Many XML entity names are in common use for mathematical symbols, and this specification aims to provide standard mappings to Unicode for each of these names. Learn more about the Math Activity. (Permalink)
+Vote!
News from TheMediaLine.org. (Free subscription) | 07/19/2008
nt-family: 'Arial Unicode MS'"> Israel unannounced on Saturday night. During his two-day stay – his first to the region as prime minister – Brown will become the next in a growing list of leaders addressing
+Vote!
PHP Developper (Free subscription) | 07/18/2008
In a new post to his blog, Vinu Thomas talks about a set of functions that can make your life easier when handling unicode strings - the mb_* methods of the mbstring extension. When dealing with multiple languages and internalization in PHP, some of the default functions in PHP end up mangling up the unicode characters in PHP. This is evident when you have a lot of funny looking characters coming...
+Vote!
Nick Hodges (Free subscription) | 07/17/2008
If you are a "non-Unicode Kind of Person" like I was just a few short months ago, one of the things that you'll likely want to do if you want to get into the full features of Tiburon is get your system ready to handle the variety of non-Arabic alphabet ...
+Vote!
Muffin Research Labs (Free subscription) | 07/17/2008
This week I’ve been having fun using uTidyLib, a python wrapper for HTML tidy. All was working swimmingly until I hooked it up to a custom form validation function in Django. The Python process on my mac kept crashing and I was wondering what the cause was since it was working fine from the CLI. [...]
+Vote!
Sip from the Firehose (Free subscription) | 07/16/2008
With Tiburon, I can use Unicode characters with VCL components like TMemo, TListBox, TComboBox (and others that contain string lists). How can I load the strings from a file and save the strings to a file? How do I need to modify any existing Delphi and C++Builder programs to handle Unicode characters for these components? Here is the answer. There is a ...