how to replace Czech diacritic marks with english alphabet
Posted by:
Marty -
Date: September 11, 2007 12:06PM
I have a column (its name is 'title') with utf8_czech_ci encoding and I would like to make a sql query which returns the data from the column without diacritic marks.
ěščřžýáíé => escrzyaie
I thought that change (*1) of charset of the column solves the problem but it doesn't..
1: SELECT CAST(title AS CHAR CHARACTER SET latin1)
(it's possible to use function replace on every single diacritic marks, but I don't like the solution)
Does anybody have an idea?
Thank you very much in advance
Subject
Views
Written By
Posted
how to replace Czech diacritic marks with english alphabet
6005
September 11, 2007 12:06PM
Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.