Hello!

Since a long time I'm looking for an UTF8<-->UCS2 conversion
function on database level (necessary, because PHP still does not offer
real Unicode support... *sigh*).

For this reason I tried to define a database function using the recently
introduced CREATE DBFUNCTION statement:

CREATE DBFUNCTION utf8_to_ucs2 (utf8 VARCHAR) RETURNS VARCHAR UNICODE
  AS
  [...]
  RETURN ucs2

Result: Error -3002: Invalid datatype.

Any comments / suggestions / magic spells ??

Best regards,
Hannes




-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to