From 06a86b242236fbf189b83fadfb635d0da45f89d9 Mon Sep 17 00:00:00 2001 From: kosako Date: Fri, 6 May 2016 17:06:55 +0900 Subject: [PATCH] small change --- doc/API | 1 + doc/API.ja | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/API b/doc/API index e598988..9904a06 100644 --- a/doc/API +++ b/doc/API @@ -594,6 +594,7 @@ Oniguruma API Version 6.0.0 2016/05/06 # int onig_unicode_define_user_property(const char* name, OnigCodePoint* ranges)) Define new Unicode property. + (This function is not thread safe.) arguments 1 name: property name (ASCII only. character ' ', '-', '_' are ignored.) diff --git a/doc/API.ja b/doc/API.ja index 45c2e09..ac8cc6a 100644 --- a/doc/API.ja +++ b/doc/API.ja @@ -601,6 +601,7 @@ # int onig_unicode_define_user_property(const char* name, OnigCodePoint* ranges)) ¿·¤·¤¤Unicode¥×¥í¥Ñ¥Æ¥£¤òÄêµÁ¤¹¤ë¡£ + (¤³¤Î´Ø¿ô¤Ï¥¹¥ì¥Ã¥É¥»¡¼¥Õ¤Ç¤Ï¤Ê¤¤) °ú¿ô 1 name: ¥×¥í¥Ñ¥Æ¥£Ì¾ (ASCII¥³¡¼¥É¤Î¤ß¡£ ʸ»ú ' ', '-', '_' ¤Ï̵»ë¤µ¤ì¤ë¡£) -- 2.40.0