473,386 Members | 2,129 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

UTF-8 impact on a database

Hi all,
Am using DB2 UDB v 8.2 Enterprise Edition. I have a database with code
set = UTF-8. Now I want my database to handle other data also apart
from English ie. Japanese, Spanish, German etc,etc. So, these Japanese
for ex. will be encoded as double byte character sequence while
English as Single Byte Character. Now my applications will also be
dealing with Double byte data.
1. Should I do any modifications to my database to support the same or
UTF-8 supports all formats (Western & Eastern)? If so, what are the
modifications?
2. I suppose data conversion is done when non-English data in given/
retreived. So, will there be any effect on the performance of the
database/applications accessing it?

Thanks in advance....

Awaiting ur replies....

Satish Mullapudi

Feb 6 '07 #1
1 1460
While stranded on information super highway satish mullapudi wrote:
Hi all,
Am using DB2 UDB v 8.2 Enterprise Edition. I have a database with code
set = UTF-8. Now I want my database to handle other data also apart
from English ie. Japanese, Spanish, German etc,etc. So, these Japanese
for ex. will be encoded as double byte character sequence while
English as Single Byte Character. Now my applications will also be
dealing with Double byte data.
1. Should I do any modifications to my database to support the same or
UTF-8 supports all formats (Western & Eastern)? If so, what are the
modifications?
No, you do not need to do anything to the database, make sure that the
code page and code set on the client is the same as the server. We store
English, Spanish and Japanese characters in the same table.
2. I suppose data conversion is done when non-English data in given/
retreived. So, will there be any effect on the performance of the
database/applications accessing it?
You application must know how to handle UTF-8 characters because that is
what you will get from DB2.
>
Thanks in advance....

Awaiting ur replies....

Satish Mullapudi
--
Hemant Shah /"\ ASCII ribbon campaign
E-mail: No************@xnet.com \ / ---------------------
X against HTML mail
TO REPLY, REMOVE NoJunkMail / \ and postings
FROM MY E-MAIL ADDRESS.
-----------------[DO NOT SEND UNSOLICITED BULK E-MAIL]------------------
I haven't lost my mind, Above opinions are mine only.
it's backed up on tape somewhere. Others can have their own.
Feb 6 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: lawrence | last post by:
Someone on www.php.net suggested using a seems_utf8() method to test text for UTF-8 character encoding but didn't specify how to write such a method. Can anyone suggest a test that might work?...
12
by: Mike Dee | last post by:
A very very basic UTF-8 question that's driving me nuts: If I have this in the beginning of my Python script in Linux: #!/usr/bin/env python # -*- coding: UTF-8 -*- should I - or should I...
38
by: Haines Brown | last post by:
I'm having trouble finding the character entity for the French abbreviation for "number" (capital N followed by a small supercript o, period). My references are not listing it. Where would I...
6
by: archana | last post by:
Hi all, can someone tell me difference between unicode and utf 8 or utf 18 and which one is supporting more character set. whic i should use to support character ucs-2. I want to use ucs-2...
7
by: Jimmy Shaw | last post by:
Hi everybody, Is there any SIMPLE way to convert from UTF-16 to UTF-32? I may be mixed up, but is it possible that all UTF-16 "code points" that are 16 bits long appear just the same in UTF-32,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.