473,785 Members | 2,811 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

problem with "setlocale"

Hi Everybody

Why the following script return NULL?

this is the following:
<?php

var_dump ( setlocale(LC_AL L, "pl") );

?>

this is the return:

bool(false)

I use:
1. apache2
2. Ubuntu 6.06 LTS - Dapper Drake

When I execute 'locale' in my terminal I return the following
messages:

rob$ locale
LANG=pl_PL.UTF-8
LANGUAGE=pl_PL: pl:en_GB:en
LC_CTYPE="pl_PL .UTF-8"
LC_NUMERIC="pl_ PL.UTF-8"
LC_TIME="pl_PL. UTF-8"
LC_COLLATE="pl_ PL.UTF-8"
LC_MONETARY="pl _PL.UTF-8"
LC_MESSAGES="pl _PL.UTF-8"
LC_PAPER="pl_PL .UTF-8"
LC_NAME="pl_PL. UTF-8"
LC_ADDRESS="pl_ PL.UTF-8"
LC_TELEPHONE="p l_PL.UTF-8"
LC_MEASUREMENT= "pl_PL.UTF-8"
LC_IDENTIFICATI ON="pl_PL.UTF-8"
LC_ALL=

rob$locale -a | grep PL
pl_PL.utf8

Any suggestion or comments is greatly appreciated.
Robert.

Jul 7 '07 #1
3 5240
On Jul 7, 10:48 am, robert.szczepan ...@gmail.com wrote:
Hi Everybody

Why the following script return NULL?

this is the following:
<?php

var_dump ( setlocale(LC_AL L, "pl") );

?>

this is the return:

bool(false)

I use:
1. apache2
2. Ubuntu 6.06 LTS - Dapper Drake

When I execute 'locale' in my terminal I return the following
messages:

rob$ locale
LANG=pl_PL.UTF-8
LANGUAGE=pl_PL: pl:en_GB:en
LC_CTYPE="pl_PL .UTF-8"
LC_NUMERIC="pl_ PL.UTF-8"
LC_TIME="pl_PL. UTF-8"
LC_COLLATE="pl_ PL.UTF-8"
LC_MONETARY="pl _PL.UTF-8"
LC_MESSAGES="pl _PL.UTF-8"
LC_PAPER="pl_PL .UTF-8"
LC_NAME="pl_PL. UTF-8"
LC_ADDRESS="pl_ PL.UTF-8"
LC_TELEPHONE="p l_PL.UTF-8"
LC_MEASUREMENT= "pl_PL.UTF-8"
LC_IDENTIFICATI ON="pl_PL.UTF-8"
LC_ALL=

rob$locale -a | grep PL
pl_PL.utf8

Any suggestion or comments is greatly appreciated.
Robert.
You're trying to set the locale to "pl" which doesn't exist on your
system (as you've shown us). Try setting it to "pl_PL.utf8 " instead.

Jul 7 '07 #2
Try using 'pl_PL.utf8' as the locale id.

On Jul 7, 10:48 am, robert.szczepan ...@gmail.com wrote:
Hi Everybody

Why the following script return NULL?

this is the following:
<?php

var_dump ( setlocale(LC_AL L, "pl") );

?>

this is the return:

bool(false)

I use:
1. apache2
2. Ubuntu 6.06 LTS - Dapper Drake

When I execute 'locale' in my terminal I return the following
messages:

rob$ locale
LANG=pl_PL.UTF-8
LANGUAGE=pl_PL: pl:en_GB:en
LC_CTYPE="pl_PL .UTF-8"
LC_NUMERIC="pl_ PL.UTF-8"
LC_TIME="pl_PL. UTF-8"
LC_COLLATE="pl_ PL.UTF-8"
LC_MONETARY="pl _PL.UTF-8"
LC_MESSAGES="pl _PL.UTF-8"
LC_PAPER="pl_PL .UTF-8"
LC_NAME="pl_PL. UTF-8"
LC_ADDRESS="pl_ PL.UTF-8"
LC_TELEPHONE="p l_PL.UTF-8"
LC_MEASUREMENT= "pl_PL.UTF-8"
LC_IDENTIFICATI ON="pl_PL.UTF-8"
LC_ALL=

rob$locale -a | grep PL
pl_PL.utf8

Any suggestion or comments is greatly appreciated.
Robert.

Jul 7 '07 #3
Thenk You for help!

Robert.

Jul 8 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
11944
by: cover | last post by:
I can get the current month to display in a text box by inserting value="<? print strftime("%B"); ?>"> into the code for that particular text box on a form but how can I populate a drop down with names of all the months with the current one being 'default' as it would be in the text box example? TIA
6
4902
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm lost in the Java world. The script at the bottom of the html page controls the form fields that are required. It doesn't function like it's supposed to and I can leave all the fields blank and it still submits the form. Also I can't get it to transfer the file in the upload section. The file name...
3
7204
by: robert | last post by:
Why can the default locale not be set by its true name? but only by '' ? : PythonWin 2.5 (r25:51908, Sep 19 2006, 09:52:17) on win32. (None, None) Traceback (most recent call last): File "<interactive input>", line 1, in <module> File "C:\Python25\lib\locale.py", line 476, in setlocale return _setlocale(category, locale) Error: unsupported locale setting
5
5722
by: yogeshmk | last post by:
I'm writing an application which is required to function with many languages and also compile on Linux & windows. Here's how I find the locale .. # include <stdio.h> # include <locale.h> int main(void) {
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10324
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10090
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9949
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8971
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7499
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5380
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4050
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.