Skip to content

Commit

Permalink
JIS xslt updated, build issue fixing, metanorma/metanorma-jis#226
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Oct 27, 2024
1 parent 96b5141 commit 0a8b329
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions xslt_src/common.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -20730,6 +20730,7 @@

<!-- END: insert cover page image -->

<xsl:variable name="regex_ja_spec">[\uFF08\uFF09]</xsl:variable>
<xsl:template name="insertVerticalChar">
<xsl:param name="str"/>
<xsl:param name="writing-mode">lr-tb</xsl:param>
Expand Down
1 change: 0 additions & 1 deletion xslt_src/jis.international-standard.core.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -2170,7 +2170,6 @@

<!-- if vertical_layout = 'true', then font_en and font_en_bold are using for text rotation -->
<xsl:variable name="regex_en_base">\u00A0\u2002-\u200B\u3000-\u9FFF\uF900-\uFFFF</xsl:variable>
<xsl:variable name="regex_ja_spec">[\uFF08\uFF09]</xsl:variable>
<xsl:variable name="regex_en_">
<xsl:choose>
<!-- ( ) [ ] _ { } U+FF08 FULLWIDTH LEFT PARENTHESIS U+FF09 FULLWIDTH RIGHT PARENTHESIS-->
Expand Down

0 comments on commit 0a8b329

Please sign in to comment.