Unicode support in MySQL

Got a question about Melbourne Beats? Got some feedback or suggestions for us? Post a message here.
Post Reply
User avatar
system
let the hustlers play
Posts: 10126
Joined: Thu Nov 25, 2004 3:27 pm
Location: the leave garden

Unicode support in MySQL

Post by system »

could the Unicode support for MySQL be turned on? I've posted a few times with non-ASCII characters, like ? (infinity symbol), and they get garbled when the posting is displayed.

TIA :)
DRS wrote:It’s uplifting while we drift through time,
‘cause we keep pushing the vibe.
User avatar
fooishbar
Posts: 8660
Joined: Mon Aug 01, 2005 12:56 am
Location: there and/or elsewhere

Post by fooishbar »

Code: Select all

daniels@ephemera:~% ztcp melbournebeats.com 80
daniels@ephemera:~% fd=$REPLY
daniels@ephemera:~% printf 'GET /forum/viewtopic.php?t=3613&highlight= HTTP/1.0\n\n\n' >&$fd
daniels@ephemera:~% egrep -i '(8859|utf)' <&$fd
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
daniels@ephemera:~% ztcp -c $fd
daniels@ephemera:~%
looks like phpbb would need to be kicked to fix its encoding, too ...
Post Reply