Closed
Bug 774264
Opened 13 years ago
Closed 13 years ago
Kuma: KumaScript - Odd bug with Japanese characters in a string
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect, P2)
developer.mozilla.org Graveyard
Wiki pages
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sheppy, Unassigned)
Details
This script is getting errors for no reason that I can see, but doesn't if I take out the Japanese text:
https://developer-new.mozilla.org/en-US/docs/Template:jsapi-requires-request
Updated•13 years ago
|
Priority: -- → P2
Comment 1•13 years ago
|
||
This didn't have anything to do with the japanese text itself. Instead, there was a stray close-paren at the end of the line:
str = 'リクエストが必要。 <em>(<code><a href="/ja/docs/JS_THREADSAFE#Requests">JS_THREADSAFE</a></code> ビルドでは、呼び出し側はこの <code>JSContext</code> 上のリクエストでなければなりません。)</em>');
Note the "</em>');" at the end, with no corresponding "(" toward the beginning.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•13 years ago
|
Version: Kuma → unspecified
Assignee | ||
Updated•13 years ago
|
Component: Website → Landing pages
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•