File: encoding-unicode.html

package info (click to toggle)
pgadmin3 1.20.0~beta2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 73,704 kB
  • ctags: 18,591
  • sloc: cpp: 193,786; ansic: 18,736; sh: 5,154; pascal: 1,120; yacc: 927; makefile: 516; lex: 421; xml: 126; perl: 40
file content (27 lines) | stat: -rw-r--r-- 874 bytes parent folder | download | duplicates (4)
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
26
27
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="STYLESHEET" type="text/css" href="../pgadmin3.css">
<title>Guru Hints</title>
</head>

<body>

<h3>Unicode encoding on a Win32 server</h3>
<p>
The database <INFO> is created to use Unicode (UTF8) encoding to store data and 
is operated on a PostgreSQL 8.0 server running on a Win32 server.
</p>
<p>
The PostgreSQL 8.0 Win32 implementation is not able to sort character strings according 
to appropriate collation sequences, because the operating system doesn't offer sufficient
support for this.
</p>
<p>
For this installation, it is recommended to use a locale specific encoding, run the cluster on
a different operating system or upgrade your database cluster to PostgreSQL 8.1 which has 
additional code to deal with unicode collations to solve the issue.
</p>
</body>
</html>