Jump to content

Please read the Forum Rules before posting.

Photo
* * * * * 1 votes

Hebrew support in RTF


2 replies to this topic

#1 nasheayahu

nasheayahu

    New to Bible Support

  • Members
  • Pip
  • 1 posts
Offline

Posted 07 July 2017 - 09:26 AM

*
POPULAR

Hi, what is the RTF <header>  '{' <header> <document> '}' code e-sword uses to display the Hebrew?  I the know the Control Word <ASCII Letter Sequence>, but I need to know the <header> syntax.

 

​Thanks!...

 

 



#2 Katoog

Katoog

    e-Sword Fanatic

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

Posted 07 July 2017 - 10:47 AM

There is no typical RTF header in SQL.

The header code for the HOT module is:

BEGIN TRANSACTION;
CREATE TABLE sqliteplus_license (Name TEXT UNIQUE);
INSERT INTO `sqliteplus_license` VALUES ('e-Sword');
CREATE TABLE Details (Description NVARCHAR(255), Abbreviation NVARCHAR(50), Comments TEXT, Version INT, 
Font NVARCHAR(50), RightToLeft BOOL, OT BOOL, NT BOOL, Apocrypha BOOL, Strong BOOL);
INSERT INTO `Details` VALUES ('Hebrew Old Testament (Tanach)','HOT','This is the unpointed Tanach, from the Masoretic text. 
The word Tanach is a Hebrew acronymn for Torah (Law), Neviim (Prophets), and Ketuvim (Writings), the three divisions of the Hebrew Bible.',2,'HEBREW',1,1,1,0,0);
CREATE TABLE Bible (Book INT, Chapter INT, Verse INT, Scripture BLOB_TEXT);


"2,'HEBREW',1,1,1,0,0);"

1=on

0=off

version 2, Front Hebrew, RighttoLeft 1,OT 1, NT 1, Apocrypha 0, Strong 0

"2" is the version of the Hebrew RTF module format "4" is used for the new HTML format modules.
, Scripture BLOB_TEXT=encrypted text(not for user modules).

In ToolTip Tool NT format:

 

#define description=Hebrew Old Testament (Tanach)

#define abbreviation=HOT

#define comments=This is the unpointed Tanach, from the Masoretic text. The word Tanach is a Hebrew acronymn for Torah (Law), Neviim (Prophets), and Ketuvim (Writings), the three divisions of the Hebrew Bible.

#define version=2

#define strong=0

#define right2left=1

#define ot=1

#define nt=1

#define font=HEBREW

#define apocrypha=0

÷

Gen 1:1 ...


Edited by Katoog, 07 July 2017 - 10:51 AM.

Restored Holy Bible 17 and the Restored Textus Receptus

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


#3 APsit190

APsit190

    e-Sword Tools Developer

  • Members (T)
  • PipPipPipPipPip
  • 2,861 posts
  • LocationLand of the Long White Cloud (AKA New Zealand)
Offline

Posted 09 July 2017 - 03:08 PM



Hi, what is the RTF <header>  '{' <header> <document> '}' code e-sword uses to display the Hebrew?  I the know the Control Word <ASCII Letter Sequence>, but I need to know the <header> syntax.

 

​Thanks!...

For the best help and information regarding RTF coding, click here to download the Word2007RTFSpec9.pdf file. This document will give you answers to your question.

 

Blessings,

Autograph.png

X (formerly Twitter)

 




Reply to this topic



  


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users




Similar Topics



Latest Blogs