Jump to content

Please read the Forum Rules before posting.

Photo
- - - - -

Foreign Characters in a Bible


  • Please log in to reply
8 replies to this topic

#1 John Eastham

John Eastham

    Liking e-Sword

  • Members
  • PipPip
  • 17 posts
  • LocationEscondido, CA
Offline

Posted 18 February 2018 - 10:38 PM

I am using e-Sword ToolTip Tool v. 3.52 to develop a foreign language Bible.

Attached screenshot of Module save options.

 

I cannot find way to way to save the Bible file in Unicode.

 

What am I doing wrong wrong?

 

John Eastham

Kampala, Uganda



#2 Katoog

Katoog

    e-Sword Fanatic

  • Members (T)
  • PipPipPipPipPip
  • 1,289 posts
Offline

Posted 19 February 2018 - 12:41 AM

Can you copy and paste from wordpad to the newest version of ToolTip Tool?

Can you copy and paste  to notepad without getting gibberish letters? If not then is your source not Unicode

 

I can't see the screenshot.

 

I should use the HD version for the foreign language Bible in the language of Uganda.

So type this above Gen 1:1

 

#define title=TITLE

#define abbreviation=ABBR

#define information=Enter Info Here

#define ot=1

#define nt=1

#define apocrypha=0

#define strong=0

#define versionHD=4

÷

Gen 1:1


Edited by Katoog, 19 February 2018 - 12:46 AM.

Restored Holy Bible 17 and the Restored Textus Receptus

https://rhb.altervis...rg/homepage.htm


#3 John Eastham

John Eastham

    Liking e-Sword

  • Members
  • PipPip
  • 17 posts
  • LocationEscondido, CA
Offline

Posted 19 February 2018 - 01:57 AM

Q:  Can you copy and paste from Wordpad to the newest version of ToolTip Tool?

A:  Yes, I copied and pasted from Wordpad, and the foreign characters came out fine.

      I am using v.3.52.  From all I can tell that is the newest version.

 

Q:  Can you copy and paste to Notepad without getting gibberish letters?

A:  Yes, I copied and pasted to Notepad and the foreign characters came out fine.

 

 

The problem:

If I include foreign characters in the code, they will display just fine in the main Bible screen.

But in Parallel Mode (e.g. comparing KJV and this Luganda Bible), the word will not be displayed correctly.

 

If I use Unicode (e.g. ŋ) in the code, the Parallel Mode will display the foreign character nicely, but the mail Bible screen will show the Unicode.

Example from Genesis 1:9:      gakuŋŋaanire      This word should have two ENG characters in the middle.

 

 

I include #define versionHD=4 in the beginning, but it's still not working.  Something is still amiss.

 

From page 60 of the User's Guide:

The Unicode Text option saves the Bible file as Unicode UTF-8 text without any RTF code.

This option does not support font formatting, like red lettering, bold, italics, etc.
This works well with foreign language Bibles and is rarely used.

 

How do I save the Bible file as Unicode UTF-8?  I am missing something.



#4 Katoog

Katoog

    e-Sword Fanatic

  • Members (T)
  • PipPipPipPipPip
  • 1,289 posts
Offline

Posted 19 February 2018 - 03:30 AM

Is the Luganda Bible the Bible that you try to copy to e-Sword?

 

Ok, try to copy and paste the Notepad version to ToolTip Tool with the parameters above. (This is pure Unicode UTF-8 for each letter without coding tags)

Then click on the ModulesHD menu and choice "Save BBLI module": try first the old method.

 

Are you using Version 11.1.0 of e-Sword?


Edited by Katoog, 19 February 2018 - 03:33 AM.

Restored Holy Bible 17 and the Restored Textus Receptus

https://rhb.altervis...rg/homepage.htm


#5 John Eastham

John Eastham

    Liking e-Sword

  • Members
  • PipPip
  • 17 posts
  • LocationEscondido, CA
Offline

Posted 19 February 2018 - 11:25 AM

Q:  Is the Luganda Bible the Bible that you try to copy to e-Sword?

A:  Yes, the 2014 version from Biblica.

 

Q:  Are you using Version 11.1.0 of e-Sword?

A:  Yes, 11.1.0 verified.

 

The HD Modules is not showing.  Trying to active it by following using ALT-SHIFT-CTRL S (manual p. 37) opens the Settings window, but "Enable HD Modules" is definitely not there.  For what it's worth, the list is not in alphabetical order.

 

Any recommendations on getting HD Modules to show?  I verified I am using v.3.52.



#6 JPG

JPG

    Jon.

  • Moderators
  • 1,678 posts
Online

Posted 19 February 2018 - 03:56 PM

Latest version of T4 is here http://www.biblesupp...ooltip-tool-nt/

e-Sword ToolTip Tool NT 2018.0115



#7 John Eastham

John Eastham

    Liking e-Sword

  • Members
  • PipPip
  • 17 posts
  • LocationEscondido, CA
Offline

Posted 19 February 2018 - 11:50 PM

I'm now using v. 2018.02.02 and can see the HD Modules menu.

 

Is selecting SAVE BBLI Module (either old or new) supposed to do something (like save the file)?

Selecting to Save BBLI doesn't do anything I can ascertain.


Edited by John Eastham, 19 February 2018 - 11:59 PM.


#8 Tj Higgins

Tj Higgins

    e-Sword Fanatic

  • Members (T)
  • PipPipPipPipPip
  • 1,466 posts
Offline

Posted 20 February 2018 - 03:41 PM

I'm now using v. 2018.02.02 and can see the HD Modules menu.

 

Is selecting SAVE BBLI Module (either old or new) supposed to do something (like save the file)?

Selecting to Save BBLI doesn't do anything I can ascertain.

You need to make your module has the proper heading at the top which should look like this:
 

#define title=TITLE

#define abbreviation=ABBR

#define information=Enter Info Here

#define ot=1

#define nt=1

#define apocrypha=0

#define strong=0

#define versionHD=4

÷

Gen 1:1

 

The information in the header tells e-Sword Tooltip what type of module to create, you also need to make sure you know what folder the files are saving to



#9 John Eastham

John Eastham

    Liking e-Sword

  • Members
  • PipPip
  • 17 posts
  • LocationEscondido, CA
Offline

Posted 20 February 2018 - 09:58 PM

Problem fixed!   Foreign characters are now visible in all Modes.

 

#define versionHD=4 was in the syntax, but other lines (title and information) strangely different.

 

Thank you all!!






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users




Similar Topics



Latest Blogs