Tagged Questions

0
votes
0answers
37 views

Changing special formatting to regular formatting in Flex

The application is a Flex front end, Coldfusion 9 middle tier and MySQL back end. I am using a RichTextEditor in the Flex front end text boxes so that users have an option of formatting. However, ...
1
vote
1answer
161 views

CHARSET on column level in Mysql 5

My app has a table that has two columns needing utf8 and others are latin. Latin ones does not contain non-latin characters by definition and utf8 ones may or may not contain utf8 ones. One utf8 ...