473,769 Members | 6,926 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Polish letters

I would like to write correct poloish letters, e.g. in the following page:
http://www.kairos-team.de/?lang=pl

There are such letters as Å‚, Å„, Ä™, and so on.

I found these letter sin polish wikipedia, I looked at the source code,
but there is nothing to be seen, what I can do to make these letters.

thanks for help

Werner
--
--------------------------------------------------
Dorothee & Werner Partner, 45699 Herten
http://www.sonoptikon.de
Jul 20 '07 #1
8 5136
On Fri, 20 Jul 2007, Werner Partner wrote:
I would like to write correct poloish letters, e.g. in the following page:
http://www.kairos-team.de/?lang=pl

There are such letters as ?, ?, ?, and so on.

I found these letter sin polish wikipedia, I looked at the source code, but
there is nothing to be seen, what I can do to make these letters.
The best way is to find the Unicode number of the character, either

- graphically and by name in the code charts http://www.unicode.org/charts/
(most, if not all Polish will be in Latin-1 or Latin Extended A)

- only by name in the code table
http://www.unicode.org/Public/UNIDATA/UnicodeData.txt

Once you have the number, e.g. 0119 for e with ogonek, you can write the
character in HTML as ę .

Cutting and pasting from text containing such characters will often work
but depends on many parameters, in particular on the character sets on the
way from the original text file to the final place in the web page (which,
in your case, is in code ISO-8859-1 and thus canot contain genuine Polish
characters except if coded as described above). The way described above
uses only ASCII characters and should therefore work everywhere.

--
Helmut Richter
Jul 20 '07 #2
Werner Partner wrote:
I would like to write correct poloish letters, e.g. in the following page:
http://www.kairos-team.de/?lang=pl

There are such letters as Å‚, Å„, Ä™, and so on.

I found these letter sin polish wikipedia, I looked at the source code,
but there is nothing to be seen, what I can do to make these letters.
Use UTF-8 instead of an ISO codepage.

DoDi
Jul 20 '07 #3
Hans-Peter Diettrich schrieb:
Werner Partner wrote:
>I would like to write correct poloish letters, e.g. in the following
page:
http://www.kairos-team.de/?lang=pl

There are such letters as Å‚, Å„, Ä™, and so on.

I found these letter sin polish wikipedia, I looked at the source
code, but there is nothing to be seen, what I can do to make these
letters.

Use UTF-8 instead of an ISO codepage.
How to do this in HTML?

thanks

Werner

--
--------------------------------------------------
Dorothee & Werner Partner, 45699 Herten
http://www.sonoptikon.de
Jul 20 '07 #4
On 20 Jul, 11:07, Werner Partner <kai...@sonopti kon.dewrote:
How to do this in HTML?
If you haven't already, read Jukka Korpela's web pages on the subject.

He also has an O'Reilly book, if you need to know the big picture
(but probably not, for just Eastern Europe)

Jul 20 '07 #5
Werner Partner schrieb:
Hans-Peter Diettrich schrieb:
>Werner Partner wrote:
>>I would like to write correct poloish letters, e.g. in the following
page:
http://www.kairos-team.de/?lang=pl

There are such letters as Å‚, Å„, Ä™, and so on.

I found these letter sin polish wikipedia, I looked at the source
code, but there is nothing to be seen, what I can do to make these
letters.

Use UTF-8 instead of an ISO codepage.

How to do this in HTML?
I founde the unicode numbers ...
Problem solved

Werner

--
--------------------------------------------------
Dorothee & Werner Partner, 45699 Herten
http://www.sonoptikon.de
Jul 20 '07 #6
On 20 Jul, 11:39, "Jukka K. Korpela" <jkorp...@cs.tu t.fiwrote:
Finally, you might need some tools for actually typing the characters. For
example, if you use Windows, you might enable and use the Polish keyboard
setting from Microsoft. It takes some time to get used to it, since some of
the character assignments don't match your physical keyboard keycaps,
Another option is to buy a Polish keyboard, with Polish layout,
repeating this process for each language you need to support. The cost
of keyboards is trivial in comparison to the commercial of language
errors in your product (YMMV). The biggest difficulty may be in
finding a native speaker to navigate the website of an in-country PC
vendor to sell one to you.

Jul 20 '07 #7
Rik
On Fri, 20 Jul 2007 12:39:53 +0200, Jukka K. Korpela <jk******@cs.tu t.fi>
wrote:
Scripsit Werner Partner:
>I would like to write correct [Polish] letters

<snip long explanation>
Damn, I'm glad the dutch decided is was silly to keep our own ij when
typepwriters were invented... Just use 'ij' and everything's a ok ;)

--
Rik Wasmus
Jul 20 '07 #8
On Fri, 20 Jul 2007, Werner Partner wrote:
I would like to write correct poloish letters,
There are such letters as ³, ñ, ê, and so on.
I found these letter sin polish wikipedia, I looked at the source code, but
there is nothing to be seen, what I can do to make these letters.
You could write them as character references &#number; .
See
http://www.unics.uni-hannover.de/nht...ilingual2.html

Note that decimal character references are better supported among
browsers and editors than hexadecimal references.

--
In memoriam Alan J. Flavell
http://groups.google.com/groups/sear...Alan.J.Flavell
Jul 20 '07 #9

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

Similar topics

1
4258
by: ron | last post by:
have been stuck on this for several days now. I am trying to create a reverse polish calculator and I'm stuck at an intermediate stage. This is what I know I have to do (just not sure how to do it to much of a newbie :( ) I'm trying to call method, isOp, in the int method, evaluate. While in INT evaluate method and in a while(hasNextToken) loop. Calling isOp on each token, nextToken. If it returns False, convert to (Integer) and push...
7
8801
by: Philip Kofoed | last post by:
Greetings, I have a SQL server 2000 running on an english win2000 workstation. In a database I have a table where one varchar column is set to polish collation. Regional settings for the system is polish. Data entered in a client application looks fine until they are posted. When reading the data with the client application, the special polish characters are incorrect, they appears as e.g. '1' and '3'. The strange thing is that when I...
2
1772
by: Marcin Floryan | last post by:
Hello! How can I create an Installer entirely in Polish language using Deployment Project in VB.NET (I have already translated the available texts into Polish). I have .NET 2003 EN and I read I have to download some addins/components but have got no clue where from? regards
0
3402
by: news.onet.pl | last post by:
How can I generate pdf with polish letters on linux ?? Now it generates double question marks instead of polish letters... Regards, Wojtas
0
2362
by: Larry Neylon | last post by:
Hi there, I'm currently trying to implement a website that will store and retrieve Polish, so I need to be able to handle Polish characters using classic ASP with MySql5. Does anybody have an experience of doing this as I'm banging my head against a brick wall getting this to work using either utf8 or latin2. I can't believe I'm the first person in the world to want to do this! I've input Polish characters directly into the database...
2
5632
by: AmigoFd | last post by:
Hello, This problem is really driving me crazy ... * I have a mySql database which is latin1_swedish_ci * In my web.config I have: <globalization requestEncoding="ISO-8859-2" responseEncoding="ISO-8859-2" fileEncoding="iso-8859-2" culture="pl-PL" uiCulture="pl-PL" />
4
3689
by: robert.szczepanski | last post by:
Hi everybody; I can't change polish sign to small letter. This is my php script: <?php setlocale(LC_ALL, "pl_PL.UTF-8") ; //this function return "pl_PL.UTF-8"
0
1329
by: Piotrekk | last post by:
Hi I have a problem connected with DirectoryInfo class. My paths contain polish characters not present in english alphabet. Problem is that DirectoryInfo class displays them in a very bad way. I have tried to change project properties/ assembly information / neutral language to Polish but it didn't help. I would be grateful for any help.
9
4285
by: Peter Bengtsson | last post by:
In UTF8, \u0141 is a capital L with a little dash through it as can be seen in this image: http://static.peterbe.com/lukasz.png I tried this: '' I was hoping it would convert it it 'L' because that's what it visually looks like. And I've seen it becoming a normal ascii L before in other programs such as Thunderbird.
0
9589
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9423
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
10214
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...
0
9865
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
8872
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...
0
6674
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5304
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
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.