From a1aacb1a9db2cded467fbd6699a4140529e88ce9 Mon Sep 17 00:00:00 2001 From: Ben Linskey Date: Mon, 16 Dec 2013 22:54:19 -0500 Subject: Transcode Beta Code in "note" elements. --- src/com/benlinskey/grdbc/LexiconParser.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/com/benlinskey/grdbc') diff --git a/src/com/benlinskey/grdbc/LexiconParser.java b/src/com/benlinskey/grdbc/LexiconParser.java index a8c9e42..8e9e46b 100644 --- a/src/com/benlinskey/grdbc/LexiconParser.java +++ b/src/com/benlinskey/grdbc/LexiconParser.java @@ -104,11 +104,12 @@ public class LexiconParser extends GreekTextParser { transcodeInElements("orth"); transcodeInElements("ref"); transcodeInElements("foreign"); + transcodeInElements("note"); return getUpdatedXML(); } /** - * Converts the value of the entry element's "key" attribtute from Beta + * Converts the value of the entry element's "key" attribute from Beta * Code to Greek. */ private void transcodeEntryKey() { -- cgit v1.2.3