Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Internationalization / May 2005

Tip: Looking for answers? Try searching our database.

Final Reminder! 28th Unicode Conference-Call for Papers-Orlando,  FL-September 7-9, 2005

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Tex Texin - 20 May 2005 08:09 GMT
Send in your submissions now! Due date is May 20!

                           Call for Papers!  

   Twenty-eighth Internationalization and Unicode Conference (IUC28)
   
     Unicode 4.1 - Multilingual Challenges and Solutions for 2006

                           See Call for Papers at:
                  http://www.global-conference.com/iuc28

                            September 7-9, 2005
                           Orlando, Florida, USA

                        Send in your submission now!  

                    Submissions due: May 20, 2005
                  Notification date: June 10, 2005
                         Papers due: July 15, 2005

        Unicode 4.1 - Multilingual Challenges and Solutions for 2006

The Internationalization and Unicode Conference (IUC) is the premier
technical conference for software and multilingual computing, and it is
your source for the latest information on advances in the globalization
of software and the Internet. The 28th IUC features a number of
presentation formats including tutorials, workshops, lectures, and
panel discussions to support different learning styles

The release this year of version 4.1 brings us closer to 100,000
characters in the Unicode Character Standard.  Leaders in Software
and Web Internationalization will share their expertise and
best practices in working with the expanding character set and
identify new challenges and opportunities in multilingual computing.

You are invited to contribute to the discussion.  All topics related to
Unicode, software and Web internationalization, and specific regional
challenges are relevant, but emphasis will be given to topics that fit
this theme with a focus on actual practice.  The conference will also
explore how to make internationalization and localization more efficient
even when extending support to languages with complex processing and
rendering behavior.  There will be a track devoted to localization
standards, tools, methodologies and techniques.

The conference web site has more details and numerous example topics:
http://www.global-conference.com/iuc28


ATTENTION WEBSITE and SOFTWARE DEVELOPERS!

Share your ideas for best practices for designing applications that can
accommodate any language.  If you are using Unicode in software or on
the Web, bring your experience, knowledge and any remaining questions
to light!  We invite you to submit papers describing challenges you
faced, lessons learned, and ideas for future implementation.  Our
audience is very interested in how Unicode and internationalization
are being applied in the real world.  Come and share your ideas with
the peers and industry experts in attendance.

INVITATION TO SUBMIT PAPERS

This is the premier technical conference for software and Web
internationalization and your source for the latest information on
standards, best practices, development tools and advances in the
globalization of software and the Internet.  The Internationalization &
Unicode Conference features a number of presentation formats including
tutorials, workshops, lectures, and panel discussions to support
different
learning styles. The conference also provides a forum for identifying
and
discussing new issues in internationalization.

Attendees benefit from the wide range of basic to advanced topics
and the opportunities for dialog and idea exchange with experts
and peers. We invite you to submit papers on the conference themes or
topics that relate to Unicode or any aspect of software and Web
Internationalization.

You can view the programs of previous conferences at:
http://www.unicode.org/unicode/conference/about-conf.html


COLLABORATION WITH TILP

The Institute of Localisation Professionals (TILP) will chair a
track during the conference, devoted to localization standards,
tools, methodologies and techniques. Improving efficiencies in
localization is key to enabling cost-effective, quick-to-market
support of new language versions of software.

Registration for the conference will grant access to the TILP
localization track. Speakers therefore will have opportunities to
reach a wider audience of localization and internationalization
management and professionals. We invite papers that are appropriate
for this expanded audience.

CONFERENCE ATTENDEES

Conference attendees are generally involved in either the
development and deployment of Unicode software, or the
globalization of software and the Internet.  They include
managers, software engineers, testers, systems analysts, program
managers, font designers, graphic designers, content developers,
web designers, web administrators, site coordinators, technical
writers, and product marketing personnel.

EXHIBIT OPPORTUNITIES

The Conference SHOWCASE area is for corporations and individuals
who wish to display and promote their products, technology and/or
services. Every effort will be made to provide maximum exposure,
advertising and traffic.

Exhibit space is limited.  For further information or to reserve a
place, please contact Global Meeting Services at
info@global-conference.com.

THE UNICODE CONSORTIUM

The Unicode Consortium is a non-profit organization dedicated to
the development, maintenance and promotion of The Unicode
Standard, a worldwide character encoding.  The Unicode Standard
encodes the characters of the world's principal scripts and
languages, and is code-for-code identical to the international
standard ISO/IEC 10646.  The Consortium also defines character
properties and algorithms for use in implementations.  The
membership base of the Unicode Consortium includes major computer
corporations, software producers, database vendors, research
institutions, international agencies and various user groups.

For further information on the Unicode Standard, visit the
Unicode Web site at http://www.unicode.org or e-mail info@unicode.org
                          *  *  *  *  *

Unicode(r) and the Unicode logo are registered trademarks of Unicode,
Inc.
Used with permission.  
Copyright 2005 Global Meeting Services, Inc.
All Rights Reserved.
Cactus - 20 May 2005 14:15 GMT
I can not find any thing usable in unicode.org,
can you explain me how use 16 bit for the 0x10FFFF code?
Tex Texin - 20 May 2005 19:54 GMT
Unicode reserves some code points for use in addressing characters with
addresses > FFFF in UTF-16.
These reserved values are called surrogates and are in the range U+D800
- U+D8FF.

If you search for "surrogates" you will find lots of info.

You might try Michael Kaplan's powerpoint from a previous unicode
conference:
http://www.unicode.org/iuc/iuc18/papers/a8.ppt

also see their faq:
http://www.unicode.org/unicode/faq/utf_bom.html#UTF16

http://www.unicode.org/unicode/faq/SampleCode.html

tex

> I can not find any thing usable in unicode.org,
> can you explain me how use 16 bit for the 0x10FFFF code?

Signature

-------------------------------------------------------------
Tex Texin   cell: +1 781 789 1898   mailto:Tex@XenCraft.com
Xen Master                          http://www.i18nGuy.com
                       
XenCraft                   http://www.XenCraft.com
Making e-Business Work Around the World
-------------------------------------------------------------

Michael (michka) Kaplan [MS] - 21 May 2005 00:06 GMT
In the particular case of U+10ffff, the surrogate pair would be U+dbff
U+dfff.

:-)

Signature

MichKa [Microsoft]
NLS Collation/Locale/Keyboard Technical Lead
Globalization Infrastructure, Fonts, and Tools
Blog: http://blogs.msdn.com/michkap

This posting is provided "AS IS" with
no warranties, and confers no rights.

> Unicode reserves some code points for use in addressing characters with
> addresses > FFFF in UTF-16.
[quoted text clipped - 16 lines]
>> I can not find any thing usable in unicode.org,
>> can you explain me how use 16 bit for the 0x10FFFF code?
Cactus - 22 May 2005 15:45 GMT
> In the particular case of U+10ffff, the surrogate pair would be U+dbff
> U+dfff.
>
> :-)

I say 0x10000 to U+10ffff is UTF-32, 0x0000 to 0xFFFF is UTF-16.
that is right?
Michael (michka) Kaplan [MS] - 22 May 2005 18:09 GMT
Well, everything over U+10000 is UTF-32, anything below can be either one.

Signature

MichKa [Microsoft]
NLS Collation/Locale/Keyboard Technical Lead
Globalization Infrastructure, Fonts, and Tools
Blog: http://blogs.msdn.com/michkap

This posting is provided "AS IS" with
no warranties, and confers no rights.

>> In the particular case of U+10ffff, the surrogate pair would be U+dbff
>> U+dfff.
[quoted text clipped - 3 lines]
> I say 0x10000 to U+10ffff is UTF-32, 0x0000 to 0xFFFF is UTF-16.
> that is right?

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.