Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(759)

Issue 164123: Linux: support mirrored charactors (Closed)

Created:
11 years, 4 months ago by agl
Modified:
9 years, 7 months ago
Reviewers:
tony
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Linux: support mirrored charactors Currently, when Harfbuzz requests a mirror charactor we just abort. This patch adds the Unicode tables required to support mirroring. BUG=17563

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1034 lines, -2 lines) Patch
M third_party/harfbuzz/contrib/harfbuzz-unicode.c View 2 chunks +23 lines, -2 lines 1 comment Download
A third_party/harfbuzz/contrib/tables/BidiMirroring.txt View 1 chunk +588 lines, -0 lines 0 comments Download
A third_party/harfbuzz/contrib/tables/mirroring-parse.py View 1 chunk +44 lines, -0 lines 1 comment Download
A third_party/harfbuzz/contrib/tables/mirroring-properties.h View 1 chunk +379 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
agl
11 years, 4 months ago (2009-08-07 01:02:04 UTC) #1
agl
Timing out Evan
11 years, 4 months ago (2009-08-07 19:22:21 UTC) #2
tony
11 years, 4 months ago (2009-08-07 19:57:06 UTC) #3
LGTM

http://codereview.chromium.org/164123/diff/1/2
File third_party/harfbuzz/contrib/harfbuzz-unicode.c (right):

http://codereview.chromium.org/164123/diff/1/2#newcode11
Line 11: #include "tables/mirroring-properties.h"
Nit: Should these headers be sorted or is this coming from upstream?

http://codereview.chromium.org/164123/diff/1/4
File third_party/harfbuzz/contrib/tables/mirroring-parse.py (right):

http://codereview.chromium.org/164123/diff/1/4#newcode3
Line 3: # http://www.unicode.org/Public/UNIDATA/auxiliary/BidiMirroring.txt
Nit: Can you add a comment explaining what this does and what output file it
generates (and the need to check in said generated file).

Powered by Google App Engine
This is Rietveld 408576698