Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4b6623a

Browse files
committed
Add some caveats to the contrib/isn docs.
1 parent6d1af7b commit4b6623a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

‎doc/src/sgml/isn.sgml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,15 @@
1010
<para>
1111
The <filename>isn</filename> module provides data types for the following
1212
international product numbering standards: EAN13, UPC, ISBN (books), ISMN
13-
(music), and ISSN (serials). Numbers are validated on input, and correctly
14-
hyphenated on output.
13+
(music), and ISSN (serials). Numbers are validated on input according to a
14+
hard-coded list of prefixes; this list of prefixes is also used to hyphenate
15+
numbers on output. Since new prefixes are assigned from time to time, the
16+
list of prefixes may be out of date. It is hoped that a future version of
17+
this module will obtained the prefix list from one or more tables that
18+
can be easily updated by users as needed; however, at present, the
19+
list can only be updated by modifying the source code and recompiling.
20+
Alternatively, prefix validation and hyphenation support may be
21+
dropped from a future version of this module.
1522
</para>
1623

1724
<sect2>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp