Displaying 7 results from an estimated 7 matches for "hiragana".
2008 Oct 28
2
A question about the API mkchar()
Hi guys,
I've got a question about the API mkchar(). I have met some difficulty
in parsing utf-8 string to mkchar() in R-2.7.0.
I was intending to parse an utf-8 string str_jan (some Japanese
characters such as?, whose utf-8 code is E381B5) to R API SEXP
mkChar(const char *name) , we only need to create the SEXP using the
string that we parsed.
Unfortunately, I found when parsing the
2007 Sep 13
1
chartr better
For example, the following changes are necessary when i convert a
Japanese hiragana into katakana in chattr.
R code:
> chartr("\u3041-\u3093","\u30a1-\u30f3","\u3084\u3063\u305f\u30fc")
--- R-alpha.orig/src/main/character.c 2007-09-05 07:13:27.000000000 +0900
+++ R-alpha/src/main/character.c 2007-09-13 16:10:21.000000000 +0900
@@ -2041,6...
2005 Aug 07
2
httx, iiimf, and Japanese input still not working
Japanese input - the final frontier. This is the last obstacle before I
can work completely within Centos and be free of Windows.
But it's still not working.
To cut to the chase, in my quest to get Japanese working, I came across
the following:
https://www.redhat.com/archives/fedora-i18n-list/2004-November/msg00030.html
... where someone says:
"You need to have httx (htt_xbe) running
2011 Aug 13
3
Japanese and Korean Fonts inside Wine.
I installed Ubuntu in English.
How now, "Wine" to force to show the Korean (Hangeul) and Japanese (Hiragana/Katakana/kanji) fonts?.
2017 Jan 24
0
Wine release 2.0
....
- Winsock supports the IP_DONTFRAGMENT socket option.
- Long URLs are handled correctly.
- JavaScript performance is improved. JSON is also supported.
*** Internationalization
- There is proper support for the Persian locale.
- Uniscribe better supports right-to-left languages.
- Japanese Hiragana, Katakana and full-width/half-width character
mapping is implemented.
*** 64-bit support
- 64-bit applications are supported on macOS.
- The Mono engine has 64-bit support.
- C++ exceptions are handled correctly on x86-64, including nested
exceptions and collided unwinds.
- The debug regi...
2018 Oct 26
0
Wine release 3.19
...drm*_LoadTexture().
Akihiro Sagawa (5):
gdi32/tests: Add more stretch bitblt tests.
gdi32: Fix negative width/height handling in stretch bitblt family.
gdi32: Adjust destination coordinates in some special cases.
kernel32/tests: Add LCMapString tests with a voiced consonant Hiragana character.
kernel32: Fix LCMapString buffer calculation with LCMAP_KATAKANA and LCMAP_HALFWIDTH.
Alex Henrie (4):
winex11: Return FALSE from LoadTabletInfo if the system isn't a tablet.
dwmapi: Fill in function names of documented ordinals.
dwmapi: Add stub DwmpGetColor...
2007 Jun 05
7
Chinese, Japanese, Korean Tokenizer.
Hi,
I am looking for Chinese Japanese and Korean tokenizer that could can
be use to tokenize terms for CJK languages. I am not very familiar
with these languages however I think that these languages contains one
or more words in one symbol which it make more difficult to tokenize
into searchable terms.
Lucene has CJK Tokenizer ... and I am looking around if there is some
open source that we