Visual Basic .NET Forums    

Go Back   Visual Basic .NET Forums > Visual Studio .NET > Localization and i18n (Internationalization)

VB.NET Forums Newsletter Signup:
Email address:


Localization and i18n (Internationalization) Discussion on localizing and internationalizing

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-09-2008, 8:32 AM
VB.NET Forum Enthusiast
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Oct 2004
Posts: 61
Reputation: 55
lidds is on a distinguished programming path ahead
Default Test my application with unicode...

I am looking for some advise, I currently have a VB.Net application using .NET frameworks 2 written in VS 2005. One of my clients wants to know if the application works with Unicode, at the moment I have not tested this and what I am looking for is some advise on how to do this e.g.

1) Does anything need to be added to my project e.g. code to allow this functionality.
2) Is there a way that I can easily check to see if my application can work with Unicode?
3) Advise on how other people test for this?

I know it is a bit general, but as I have not done this before I am obviously trying to build my knowledge and get it right with regards to testing etc.

Thanks in advance

Simon
Reply With Quote
  #2 (permalink)  
Old 09-09-2008, 8:49 AM
VB.NET Forum Genius
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Jun 2008
Location: Vienna, Austria
Age: 21
Posts: 199
Reputation: 13
Robert_Zenz is on a distinguished programming path ahead
Default

Hello.

What does he mean with Unicode?
If I'm not completely mistaken Unicode is nothing more than a Character Set which shouldn't be a problem. The question would be what your client means with that...f.e. special characters like the latin letters (Unicode/UTF-8-Zeichentabelle).

Bobby
Reply With Quote
  #3 (permalink)  
Old 09-09-2008, 8:55 AM
VB.NET Forum Enthusiast
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Oct 2004
Posts: 61
Reputation: 55
lidds is on a distinguished programming path ahead
Default

Sorry obviously did not explain thing / use the correct terminology, what I mean is different languages / keyboard characters.

Simon
Reply With Quote
  #4 (permalink)  
Old 09-09-2008, 9:24 AM
JohnH's Avatar
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Dec 2005
Location: Norway
Age: 36
Posts: 8,138
Reputation: 876
JohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond repute
Default

Areas in application to look into is where input/output happens either for text controls, text files or database text fields. If you use database with text column you must verify that these are unicode fields (Ntext etc). Otherwise VS uses unicode by default in most cases, usually Utf-8. For streamreaders/writers you can specify encoding, default is utf8, but you can also tell them to use Encoding.Default which is "the operating system's current ANSI code page", and for streamreaders detectEncodingFromByteOrderMarks can also be used when applied.
__________________
See this thread about how to use forum markup codes for code blocks etc (present the problem/post properly )
Some useful links: Learning videoes, WMI Code Creator, MSDN, The Code Project, WindowsClient.net, ASP.net, W3 Schools, Regular-Expressions.info, GDI+ FAQ


DR. WEIR: Download it to a non-networked, firewalled computer.
TECHNICIAN: Yes, ma'am.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 10:48 PM.




Click to advertise here

Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
For advertising opportunities click here.