Try this test script with browser and command line
poj#!/usr/bin/perl use strict; use warnings; use CGI ':standard'; my @lines = qx(locale); # html print header(),start_html('Locale Test'); print pre(@lines); print end_html();
In reply to Re: same utf8 string is different in console and in browser (Sybase)
by poj
in thread [SOLVED] same utf8 string is different in console and in browser (Sybase)
by alexander_lunev
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |