~ubuntu-branches/ubuntu/maverick/pgadmin3/maverick

« back to all changes in this revision

Viewing changes to docs/zh_CN/hints/encoding-unicode.html

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2009-12-17 20:34:00 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20091217203400-tlnmt4m3v7udjp0h
Tags: 1.10.1-1
* New upstream release, containing fix for:
  - default value in function parameters not shown (closes: #547940)
  - cannot open files without dot in names for restore (closes: #451038)
* Suggest postgresql-contrib (closes: #503291)
* Set myself as Maintainer and remove Raphael. Thanks for his work so far.
* Switch Uploaders and Maintainer role to better describe reality.
* Bump to Standards-Version to 3.8.3.
* Update to debhelper level 7, use dh_prep instead of dh_clean -k.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html>
2
2
 
3
3
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
 
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
5
<link rel="STYLESHEET" type="text/css" href="../pgadmin3.css">
6
6
<title>Guru Hints</title>
7
7
</head>
8
8
 
9
9
<body>
10
10
 
11
 
<h3>Win32������֮�ϵ�Unicode����</h3>
12
 
<p>
13
 
�� �� �� ʹ �� Unicode��UTF8�� �� �� �� �� �� �� �� �� �� �� �� Win32 �� �� �� ֮ �� �� PostgreSQL 8.0 �� �� �� �� �ݡ�</p>
14
 
<p>
15
 
�� Ϊ �� �� ϵ ͳ û �� �� �� �� �� �� ֧ �֣�Win32 ֮ �� �� PostgreSQL 8.0 �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� ��</p>
16
 
<p>
17
 
�� �� �� ǰ �� װ�� �� �� ʹ �� �� �� �� �� �롢 �� �� ͬ �� �� ϵ ͳ ֮ �� �� �� �� �� �� �� �� �� �� �� �� �� ר �� �� �� �� �� ֧ �� Unicode �� �� �� PostgreSQL 8.1��</p>
 
11
<h3>Win32服务器之上的Unicode编码</h3>
 
12
<p>
 
13
数 据 库 使 用 Unicode(UTF8) 编 码 来 保 存 和 操 作 运 行 于 Win32 服 务 器 之 上 的 PostgreSQL 8.0 服 务 器 数 据。</p>
 
14
<p>
 
15
因 为 操 作 系 统 没 有 提 供 足 够 的 支 持,Win32 之 下 的 PostgreSQL 8.0 无 法 依 据 适 当 的 次 序 对 字 符 串 进 行 排 序。</p>
 
16
<p>
 
17
针 对 当 前 安 装, 推 荐 使 用 本 地 化 编 码、 在 不 同 操 作 系 统 之 上 运 行 或 者 将 数 据 库 升 级 到 有 专 门 代 码 可 以 支 持 Unicode 排 序 的 PostgreSQL 8.1。</p>
18
18
</body>
19
19
</html>