Hi all,

I have two question about UDF(User Defined Function)
(MySQL-4.1.1-alpha-Max-log and 4.0.18-log)

1. how to get character_set_* in UDF.

I want to get following character_set_* information in UDF.

MySQL-4.1.1:
  character_set_serve
  character_set_system
  character_set_database
  character_set_client
  character_set_connection
  character_set_results

MySQL-4.0.18
  character_set


2. how to convert character encoding in UDF.

eg: convert "ujis" stinrg which was provided by client to "utf8".


Thanks for any help.

-- 
HIROSE, Masaaki

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to