Skip to content

Commit b7b89f2

Browse files
committed
Add rule for what is probably bad cataloging, but here it is.
1 parent e9536c4 commit b7b89f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

xsl/utils.xsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<xsl:when test="$vScript6simple='$1' and $vCountry008='ko '">kore</xsl:when>
3939
<xsl:when test="$vScript6simple='$1' and $vCountry008='cc '">hani</xsl:when>
4040
<xsl:when test="$vScript6simple='$1' and $vCountry008='ch '">hani</xsl:when>
41+
<xsl:when test="$vScript6simple='$1' and $vCountry008='ja '">jpan</xsl:when>
4142
<xsl:when test="$vScript6simple='$1' and $vLang008='ja '">jpan</xsl:when>
4243
<xsl:when test="$vScript6simple='(N'">cyrl</xsl:when>
4344
<xsl:when test="$vScript6simple='(S'">grek</xsl:when>

0 commit comments

Comments
 (0)