diff options
author | Sehong Na <sehong.na@samsung.com> | 2014-05-31 13:01:21 +0900 |
---|---|---|
committer | Sehong Na <sehong.na@samsung.com> | 2014-05-31 13:01:21 +0900 |
commit | efcfd8bb8b594f96b92c8535629fcc82316d1764 (patch) | |
tree | f9367dce846e6e5fe80ced73c26b9c94e28be071 /po/boldquot.sed | |
download | tar-efcfd8bb8b594f96b92c8535629fcc82316d1764.tar.gz tar-efcfd8bb8b594f96b92c8535629fcc82316d1764.tar.bz2 tar-efcfd8bb8b594f96b92c8535629fcc82316d1764.zip |
Initialize Tizen 2.3submit/tizen_2.3/20140531.1125562.3a_release
Diffstat (limited to 'po/boldquot.sed')
-rw-r--r-- | po/boldquot.sed | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/po/boldquot.sed b/po/boldquot.sed new file mode 100644 index 0000000..4b937aa --- /dev/null +++ b/po/boldquot.sed @@ -0,0 +1,10 @@ +s/"\([^"]*\)"/“\1”/g +s/`\([^`']*\)'/‘\1’/g +s/ '\([^`']*\)' / ‘\1’ /g +s/ '\([^`']*\)'$/ ‘\1’/g +s/^'\([^`']*\)' /‘\1’ /g +s/“”/""/g +s/“/“[1m/g +s/”/[0m”/g +s/‘/‘[1m/g +s/’/[0m’/g |