in reply to [SOLVED] same utf8 string is different in console and in browser (Sybase)
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();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: same utf8 string is different in console and in browser (Sybase)
by alexander_lunev (Pilgrim) on Aug 19, 2017 at 18:28 UTC |