View topic - 終り
終り
12 posts
• Page 1 of 1
Re: 終り
The kanji in the picture you gave is definitely the commonly used form of 終り today. The real question is, what "other form" do you mean? As Hyperworm pointed out, you may be experiencing technical problems with rendering Japanese correctly, as the kanji is correctly encoded (UTF8 etc.). Can you show us a picture of that other form?
Also, http://www.kanjinetworks.com/eng/kanji-dictionary/online-kanji-etymology-dictionary.cfm?kanji_id=TONG10 displays a picture of a formerly used version of that kanji. And there is also the simplified-Chinese version, which looks like 终.
Also, http://www.kanjinetworks.com/eng/kanji-dictionary/online-kanji-etymology-dictionary.cfm?kanji_id=TONG10 displays a picture of a formerly used version of that kanji. And there is also the simplified-Chinese version, which looks like 终.
- blutorange
- Posts: 41
- Joined: Sun 01.24.2010 4:23 pm
- Native language: German
Re: 終り
http://code.google.com/p/chromium/issues/detail?id=7160
http://code.google.com/p/chromium-os/is ... l?id=11699
It's a known problem with the webkit back-end apparently. So I'm guessing that both Chrome and Safari based browsers would experience this problem? (EDIT: Also, I just checked in Safari 5.0.5 and it worked correctly, so this is apparently just a Chrome issue, and not both.)
The problem being that you're actually seeing the kanji displayed using a Chinese font, which can look different and use a different stroke order than the Japanese version of the same kanji.
I've confirmed the problem you're seeing in my Chrome browser here. This is definitely what's happening.
Here is what it looks like in Firefox:
And here it what it looks like in Chrome:
http://code.google.com/p/chromium-os/is ... l?id=11699
It's a known problem with the webkit back-end apparently. So I'm guessing that both Chrome and Safari based browsers would experience this problem? (EDIT: Also, I just checked in Safari 5.0.5 and it worked correctly, so this is apparently just a Chrome issue, and not both.)
The problem being that you're actually seeing the kanji displayed using a Chinese font, which can look different and use a different stroke order than the Japanese version of the same kanji.
I've confirmed the problem you're seeing in my Chrome browser here. This is definitely what's happening.
Here is what it looks like in Firefox:
And here it what it looks like in Chrome:
猿も木から落ちる
-

phreadom - Site Admin
- Posts: 1753
- Joined: Sun 01.29.2006 8:43 pm
- Location: Michigan, USA
- Native language: U.S. English (米語)
- Gender: Male
Re: 終り
The top link posted by phreadom was closed a while back as a duplicate, so I think the one you want to be starring to hopefully bring more attention to this problem is
http://code.google.com/p/chromium/issues/detail?id=2685
Wish they'd fix it already
http://code.google.com/p/chromium/issues/detail?id=2685
Wish they'd fix it already

-

Hyperworm - Posts: 493
- Joined: Tue 11.20.2007 2:26 pm
- Native language: English
- Gender: Male
Re: 終り
I just went ahead and starred it and left a comment. It's one of 2 bugs that really shy me away from Chrome.
The other one is related to Rikaikun not working in text input boxes (like the very one I'm typing this in) because of a lack of functionality in webkit.
http://code.google.com/p/rikaikun/issues/detail?id=16
Chrome really is fast and sleek... but some of the key plugins I use, and some totally basic things like font support are just fundamentally broken or unavailable on Chrome still.
If they'd resolve some of those issues I might start using Chrome more often again.
(I also hate the way Chrome manages bookmarks (ie; not at all basically)
hehe)
Enough griping from me.
The other one is related to Rikaikun not working in text input boxes (like the very one I'm typing this in) because of a lack of functionality in webkit.
http://code.google.com/p/rikaikun/issues/detail?id=16
Chrome really is fast and sleek... but some of the key plugins I use, and some totally basic things like font support are just fundamentally broken or unavailable on Chrome still.
If they'd resolve some of those issues I might start using Chrome more often again.(I also hate the way Chrome manages bookmarks (ie; not at all basically)
hehe)Enough griping from me.

猿も木から落ちる
-

phreadom - Site Admin
- Posts: 1753
- Joined: Sun 01.29.2006 8:43 pm
- Location: Michigan, USA
- Native language: U.S. English (米語)
- Gender: Male
Re: 終り
It's not a bug in Chrome unless the page specifies what language the kanji are in and Chrome is ignoring it. Otherwise it has no way of knowing whether it should use the Japanese style or the Chinese style.
Founder of Learning Languages Through Video Games.
Also see my lang-8 journal, where you can help me practice Japanese (and Spanish, and Italian!)
Also see my lang-8 journal, where you can help me practice Japanese (and Spanish, and Italian!)
-

furrykef - Posts: 1556
- Joined: Thu 01.10.2008 9:20 pm
- Native language: Eggo (ワッフル語の方言)
- Gender: Male
Re: 終り
This does describe the problem (though not for this page).furrykef wrote:It's not a bug in Chrome unless the page specifies what language the kanji are in and Chrome is ignoring it.

When coding my site I made sure to mark up all the Japanese with lang="ja", but Chrome refused to put it in the right font without a separate CSS font-family rule.
On other sites it also ignores encoding (Shift-JIS) and domain (.jp), defaulting to always using a Chinese font. ._.
The presence of hiragana and katakana could also be a clue in the absence of a lang attribute.
In any event, I'm not sure how other browsers seem to make the right guess when language markup isn't present (this page as an example), but they do it somehow... <_<;
-

Hyperworm - Posts: 493
- Joined: Tue 11.20.2007 2:26 pm
- Native language: English
- Gender: Male
Re: 終り
Mattias offered a "solution" to this problem that appears to work!
In your Chrome settings, change the sans serif font to something like Meiryo and the encoding to "Unicode (UTF-8)" and your Japanese fonts should show up correctly again! They look slightly different than they might otherwise, but at least you're seeing the right characters.
(Options → Under The Hood → Web Content → Customize Fonts...)
Before:
After (fixed):
Hope this helps! Thanks Mattias!
This is still a bug, as it seems to affect many people, doesn't work with the default settings, and doesn't do what it's expected to etc. I think the bug reports kind of bear this out? I'd have to read over the bug report again to say more clearly...
In your Chrome settings, change the sans serif font to something like Meiryo and the encoding to "Unicode (UTF-8)" and your Japanese fonts should show up correctly again! They look slightly different than they might otherwise, but at least you're seeing the right characters.
(Options → Under The Hood → Web Content → Customize Fonts...)
Before:
After (fixed):
Hope this helps! Thanks Mattias!

This is still a bug, as it seems to affect many people, doesn't work with the default settings, and doesn't do what it's expected to etc. I think the bug reports kind of bear this out? I'd have to read over the bug report again to say more clearly...
猿も木から落ちる
-

phreadom - Site Admin
- Posts: 1753
- Joined: Sun 01.29.2006 8:43 pm
- Location: Michigan, USA
- Native language: U.S. English (米語)
- Gender: Male
Re: 終り
RAAAAAAAAAAGE!!!
http://code.google.com/p/chromium/issues/detail?id=2685
"moving non-essential bugs to m16. please move back if you think this is an error."
That's almost 3 years now this keeps just getting punted down the road. (Obviously posting this from FireFox.)
http://code.google.com/p/chromium/issues/detail?id=2685
"moving non-essential bugs to m16. please move back if you think this is an error."
That's almost 3 years now this keeps just getting punted down the road. (Obviously posting this from FireFox.)

猿も木から落ちる
-

phreadom - Site Admin
- Posts: 1753
- Joined: Sun 01.29.2006 8:43 pm
- Location: Michigan, USA
- Native language: U.S. English (米語)
- Gender: Male
Re: 終り
For what it's worth, I use google chrome and for me 終 in the first post looks like it does in phreadom's firefox screenshot (meiryo though). I don't know if I'm doing something right (I've never messed with any of google chrome's settings, not really a computer expert
), but I've never had any problems with kanji showing up improperly. Maybe it's because I'm using a MacBook?
), but I've never had any problems with kanji showing up improperly. Maybe it's because I'm using a MacBook?- JaySee
- Posts: 312
- Joined: Sat 08.04.2007 12:04 am
- Location: Tokyo
- Native language: Dutch
- Gender: Male
Re: 終り
phreadom's Jun 20 workaround has been working reasonably well for me, but some sites still aren't fixed even with that, including the read.crx 2ch browsing extension and the chromium issue tracker itself.
This needs to be fixed properly.
This needs to be fixed properly.

-

Hyperworm - Posts: 493
- Joined: Tue 11.20.2007 2:26 pm
- Native language: English
- Gender: Male
12 posts
• Page 1 of 1
Return to Grammar Questions and Problems
Who is online
Users browsing this forum: No registered users and 10 guests








Click to sign up
