tutos-devel Mailing List for TUTOS
Projects / CRM / PLM / Calendar / Tasks / SCRUM / Test / Inventory
Brought to you by:
gokohnert
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(16) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
(10) |
Aug
(4) |
Sep
|
Oct
(4) |
Nov
(1) |
Dec
(7) |
2002 |
Jan
(1) |
Feb
(8) |
Mar
(7) |
Apr
(20) |
May
(1) |
Jun
(5) |
Jul
(27) |
Aug
(18) |
Sep
(55) |
Oct
(13) |
Nov
(27) |
Dec
(20) |
2003 |
Jan
(23) |
Feb
(40) |
Mar
(20) |
Apr
(10) |
May
(12) |
Jun
(8) |
Jul
(11) |
Aug
(7) |
Sep
(3) |
Oct
(2) |
Nov
(1) |
Dec
|
2004 |
Jan
(2) |
Feb
(34) |
Mar
(10) |
Apr
(11) |
May
(5) |
Jun
(6) |
Jul
(12) |
Aug
(7) |
Sep
(16) |
Oct
(25) |
Nov
(8) |
Dec
(2) |
2005 |
Jan
(17) |
Feb
(2) |
Mar
|
Apr
(5) |
May
(5) |
Jun
(8) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
(2) |
26
|
27
|
28
|
29
|
30
|
31
|
|
|
From: <Ger...@t-...> - 2001-05-25 11:44:56
|
On Fri, May 25, 2001 at 01:28:18PM +0200, --s+ wrote: > > You are now listed as a developer. So fullfill your role ;-) > > thanks :-) i will try. > > > > i will try to solve codepage problems firstly, becouse > > > there is no codepage in html headers by now. > > > > If you look at the HTML_Head1 function in webelements.p3 you'll > > see a > > > > Header("Content-Type: text/html;charset=". $lang['content_encoding']); > > > > and > > > > echo "<HTML lang=\"". $tutos[lang] ."\">\n"; > > > > That's all that was neccesary for supporting chinese korean and other > > strange languages. What do you miss here ? > > it does not work for polish. why it works for other languages, i do not > know. i have added brutally: > > echo " <meta http-equiv=\"Content-Type\" content=\"text/html;charset=iso-8859-2\">\n"; > > and it now works, but only if we are talking about display part, > if i am trying to use polish "?" character in Name, "Paw?owicz", it saves > it as "Pawłowicz", and this is not properly rendered after to "?". > > what do you suppose to do? That could also depend on your browser and the installed charsets. Do you have problems with other polish sites ? Where is "Pawłowicz" saved ? In the database ? Which database ? May I have a look at your language file , and test it here. Gero |
From: --s+ <se...@me...> - 2001-05-25 11:26:15
|
> You are now listed as a developer. So fullfill your role ;-) thanks :-) i will try. > > i will try to solve codepage problems firstly, becouse > > there is no codepage in html headers by now. > > If you look at the HTML_Head1 function in webelements.p3 you'll > see a > > Header("Content-Type: text/html;charset=". $lang['content_encoding']); > > and > > echo "<HTML lang=\"". $tutos[lang] ."\">\n"; > > That's all that was neccesary for supporting chinese korean and other > strange languages. What do you miss here ? it does not work for polish. why it works for other languages, i do not know. i have added brutally: echo " <meta http-equiv=\"Content-Type\" content=\"text/html;charset=iso-8859-2\">\n"; and it now works, but only if we are talking about display part, if i am trying to use polish "ł" character in Name, "Pawłowicz", it saves it as "Pawłowicz", and this is not properly rendered after to "ł". what do you suppose to do? --s+ |