forcing utf8 on selected values
- From: hedges@xxxxxxxx (Mark Hedges)
- Date: Tue, 28 Mar 2006 18:39:18 -0800 (PST)
There are several to-do items regarding utf8 that would be
great, but aren't here yet.
My database has utf8 columns, server/client character sets and
collation. Yet when I call fetchrow, resulting Perl scalars do
not have the utf8 flag set. That's really annoying. Am I
supposed to call
map { utf8::upgrade($_) } $every,$stupid,$little,$scalar
every time I do a select statement? Or map through the results
of any selectall_*ref's? This fixes the display problems when
printing a page to a browser with charset utf-8.
Is there an easier way to do this? Please tell me there is.
Mark
.
- Follow-Ups:
- RE: forcing utf8 on selected values
- From: Philip Garrett
- RE: forcing utf8 on selected values
- Prev by Date: DBI:AnyData -DBI handle 0x85fa9dc cleared whilst still active.
- Next by Date: RE: forcing utf8 on selected values
- Previous by thread: DBI:AnyData -DBI handle 0x85fa9dc cleared whilst still active.
- Next by thread: RE: forcing utf8 on selected values
- Index(es):
Relevant Pages
|
|