JPS6312292B2 - - Google Patents

Info

Publication number
JPS6312292B2
JPS6312292B2 JP57229264A JP22926482A JPS6312292B2 JP S6312292 B2 JPS6312292 B2 JP S6312292B2 JP 57229264 A JP57229264 A JP 57229264A JP 22926482 A JP22926482 A JP 22926482A JP S6312292 B2 JPS6312292 B2 JP S6312292B2
Authority
JP
Japan
Prior art keywords
control code
format
user
processing
output
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired
Application number
JP57229264A
Other languages
Japanese (ja)
Other versions
JPS59123042A (en
Inventor
Shigeki Oota
Makoto Iwadare
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP57229264A priority Critical patent/JPS59123042A/en
Publication of JPS59123042A publication Critical patent/JPS59123042A/en
Publication of JPS6312292B2 publication Critical patent/JPS6312292B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06KGRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
    • G06K15/00Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers

Description

【発明の詳細な説明】 (A) 発明の技術分野 本発明は書式制御コード処理方式、特に文書処
理における清書出力処理を行う装置において、予
めシステムが定めた書式制御以外の書式制御を自
由に行い得るようにし、清書機能の多様化、柔軟
化を可能にした書式制御コード処理方式に関する
ものである。
[Detailed Description of the Invention] (A) Technical Field of the Invention The present invention relates to a format control code processing method, particularly in a device that performs a fair copy output process in document processing, in which format control other than format control predefined by the system can be freely performed. The present invention relates to a format control code processing method that enables the diversification and flexibility of copying functions.

(B) 技術の背景と問題点 一般に、データ処理装置の出力データである文
書データは、実際に出力すべき文字を示す文字コ
ードと、例えば改行、改頁、文字サイズ指示等、
文書の形を指示するいわゆる書式制御コードとか
らなる。書式制御コードに基づいて、文字コード
を実際に出力される形に編集して、例えばライン
プリンタやデイスプレイ装置に出力するものは、
フオーマツタと呼ばれる。
(B) Technical Background and Problems In general, document data, which is the output data of a data processing device, contains character codes indicating the characters to be actually output, and information such as line breaks, page breaks, character size instructions, etc.
It consists of so-called format control codes that indicate the format of the document. Editing the character code into the actual output form based on the format control code and outputting it to a line printer or display device, for example,
It is called Foumatsuta.

第1図A,Bは一般的なフオーマツタの説明図
を示す。図中、1は入力データバツフア、2は形
式指定部、3はフオーマツタ、4は出力データ、
5はイメージデータメモリを表わす。
FIGS. 1A and 1B show explanatory diagrams of a general formatter. In the figure, 1 is the input data buffer, 2 is the format specification section, 3 is the formatter, 4 is the output data,
5 represents an image data memory.

特に、第1図Aは改行制御の例を示している。
フオーマツタ3は、形式指定部2からの形式情報
と、入力データバツフア1中の文書データに含ま
れる書式制御コードとによつて、文書出力のフオ
ーマツテイングを次のように行う。まず、文字コ
ード「あいうえお」を出力データ4として出力す
る。次に改行指示の制御コード“NL”を検出し
たならば、強制的に改行させ、データ「かきく
…」を次の行に書き込む。もし、1行の幅が形式
指定部2が指定する8文字になつたならば、自動
的に改行させ、以下同様に処理していく。
In particular, FIG. 1A shows an example of line feed control.
The formatter 3 formats the document output as follows using the format information from the format specifying section 2 and the format control code included in the document data in the input data buffer 1. First, the character code "AIUEO" is output as output data 4. Next, when the line feed instruction control code "NL" is detected, a line break is forcibly made and the data "Kakiku..." is written on the next line. If the width of one line reaches the 8 characters specified by the format specifying section 2, a new line is automatically inserted, and the same process continues.

第1図Bは図版組込みの例を示している。形式
指定部2は、1行の幅として30文字を指定してい
る。入力データバツフア1中の制御コード“ 空”
および“空 ”は、空白制御の開始と終りとを示
し、“ 空10、5、R、ID=ZUHAN空 ”は、10
文字・5行分の空白を右(R)揃で設け、その空
白に識別子が“ZUHAN”で示されるイメージ
データメモリ5中のデータを埋め込むべきことを
表わしている。
FIG. 1B shows an example of illustration embedding. The format specification section 2 specifies 30 characters as the width of one line. Control code in input data buffer 1 “Empty”
and “Empty” indicate the start and end of blank control, “Empty 10, 5, R, ID=ZUHAN Empty” is 10
This indicates that a blank space for five lines of characters is provided with right (R) alignment, and data in the image data memory 5 whose identifier is "ZUHAN" is to be embedded in the blank space.

書式制御コードには、他にも例えば改頁指示、
文字サイズ指示、アンダーライン指示、目次抽出
指示等、種々あるが、従来これらはシステムおよ
び出力対象とする出力装置によつて、固定的に定
められており、予め定められた書式制御以外の制
御を行わしめることができなかつた。そのため、
例えば新しい出力装置が開発された場合に、その
装置に適した制御を用いることができないとか、
ある出力装置を出力対象として用意された文書デ
ータを、他の種別の異なる装置に出力できないと
か、例えばユーザが数学の積分記号のような特殊
記号を出力させるために、特別な書式制御を行い
たいときがあつても、それができないといつた問
題があつた。
Format control codes also include page break instructions,
There are various instructions such as font size instructions, underline instructions, table of contents extraction instructions, etc., but conventionally these are fixedly determined depending on the system and the output device to be output, and controls other than predefined format controls are not required. I couldn't bring myself to do it. Therefore,
For example, if a new output device is developed, it may not be possible to use a control suitable for that device.
Document data prepared for output to a certain output device cannot be output to another device of a different type, or the user wants to perform special format control to output special symbols such as integral signs in mathematics. Even when the time was right, there was a problem where I couldn't do it.

(C) 発明の目的と構成 本発明は上記問題点の解決を図り、ユーザが自
由に書式制御コードを定めて、いつでも組込むこ
とができるようにし、出力装置の多様化に簡単に
対処できるようにすることを目的とし、柔軟性お
よび汎用性のある書式制御を可能とすることを目
的としている。そのため、本発明の書式制御処理
方式は、出力装置への出力対象となる文字コード
および書式制御コードからなる文書データを、上
記出力装置に出力する以前に、上記書式制御コー
ドに基づいてアレンジするデータ処理装置におい
て、予め定められた書式制御コードを、該書式制
御コードを処理する標準的に用意されたシステム
制御コード処理モジユールに対応づけるシステム
制御コードテーブルと、ユーザが任意に設定でき
る書式制御コードを、該書式制御コードに対応し
て設けられるユーザ制御コード処理モジユールに
対応づけるユーザ制御コードテーブルと、上記シ
ステム制御コード処理モジユールからなるシステ
ム制御コード処理部と、上記ユーザ制御コード処
理モジユールからなるユーザ制御コード処理部
と、文書データ中の書式制御コードを検出して上
記システム制御コードテーブルおよび/または上
記ユーザ制御コードテーブルを検索し上記システ
ム制御コード処理部または上記ユーザ制御コード
処理部を起動する制御コード判定部とをそなえ、
システムで予め定めた書式制御の例外処理を、上
記ユーザ制御コード処理部によつて処理するよう
にしたことを特徴としている。以下、図面を参照
しつつ実施例に従つて説明する。
(C) Object and Structure of the Invention The present invention aims to solve the above-mentioned problems, allows users to freely define format control codes and incorporate them at any time, and allows users to easily cope with the diversification of output devices. The purpose is to enable flexible and versatile format control. Therefore, the format control processing method of the present invention arranges document data consisting of character codes and format control codes to be output to an output device based on the format control codes before outputting the document data to the output device. In the processing device, a system control code table that associates a predetermined format control code with a standard system control code processing module that processes the format control code, and a format control code that can be set arbitrarily by the user are provided. , a user control code table that is associated with a user control code processing module provided corresponding to the format control code; a system control code processing section comprising the system control code processing module; and a user control comprising the user control code processing module. a code processing unit; and a control code that detects a format control code in document data, searches the system control code table and/or the user control code table, and activates the system control code processing unit or the user control code processing unit. Equipped with a judgment section,
The present invention is characterized in that the user control code processing section handles exception handling for format control predetermined by the system. Hereinafter, embodiments will be described with reference to the drawings.

(D) 発明の実施例 第2図は本発明の一実施例構成、第3図は本発
明の一実施例動作説明図を示す。
(D) Embodiment of the Invention FIG. 2 shows the configuration of an embodiment of the invention, and FIG. 3 shows an explanatory diagram of the operation of the embodiment of the invention.

図中、符号1,2,5は第1図に対応し、10
は清書処理部、11は制御コード判定部、12は
システム制御コードテーブル、13はシステム制
御コード処理部、14−1ないし14−nはシス
テム制御コード処理モジユール、15は制御コー
ド登録部、16はユーザ制御コードテーブル、1
7は制御コード処理部、18−1ないし18−m
はユーザ制御コード処理モジユール、19はシス
テムインタフエースバツフアを表わす。
In the figure, numerals 1, 2, and 5 correspond to those in Fig. 1, and 10
11 is a control code determination unit, 12 is a system control code table, 13 is a system control code processing unit, 14-1 to 14-n are system control code processing modules, 15 is a control code registration unit, and 16 is a User control code table, 1
7 is a control code processing unit, 18-1 to 18-m
19 represents a user control code processing module, and 19 represents a system interface buffer.

清書処理部10は、入力データバツフア1への
ポインタを管理し、順次入力データバツフア1か
ら文書データを読み出して、通常文字コードの出
力処理を行うものである。なお、文書全体の形式
指示情報については、形式指定部2から入力す
る。入力データバツフア1から読み出した文書デ
ータに文字コード以外のコードがあるときは、制
御コード判定部11を起動し、現在の入力データ
バツフア1へのポインタを引渡す。
The fair copy processing unit 10 manages a pointer to the input data buffer 1, sequentially reads document data from the input data buffer 1, and performs normal character code output processing. Note that format instruction information for the entire document is input from the format designation section 2. When the document data read from the input data buffer 1 has a code other than a character code, the control code determination unit 11 is activated and a pointer to the current input data buffer 1 is transferred.

制御コード判定部11は、入力データバツフア
1へのポインタが示すコードに基づいて、システ
ム制御コードテーブル12を検索する。システム
制御コードテーブル12には、システムが提供す
る書式制御を指示するためのすべての書式制御コ
ードと、各書式制御コードごとに、その書式制御
コードを処理する命令群からなるシステム制御コ
ード処理モジユール14−1〜14−nとが、対
応づけられて格納されている。システム制御コー
ドテーブル12を検索した結果、一致する制御コ
ードが見つかつたならば、システム制御コード処
理部13に制御を渡す。システム制御コード処理
部13は、システム制御コードテーブル12の該
当モジユール名を基に、そのシステム制御コード
処理モジユールの命令を実行させ、書式制御コー
ドの処理を行う。もし、第1図Bに示したような
図版組込みの処理が必要な場合には、イメージデ
ータメモリ5をアクセスし、必要なデータを読み
出して処理する。処理終了後に、清書処理部10
に制御を戻し、続く文書データの処理を進める。
The control code determination unit 11 searches the system control code table 12 based on the code indicated by the pointer to the input data buffer 1. The system control code table 12 includes all format control codes for instructing format control provided by the system, and a system control code processing module 14 consisting of a group of instructions for processing the format control code for each format control code. -1 to 14-n are stored in association with each other. As a result of searching the system control code table 12, if a matching control code is found, control is passed to the system control code processing section 13. The system control code processing unit 13 executes the command of the system control code processing module based on the corresponding module name in the system control code table 12, and processes the format control code. If processing for incorporating illustrations as shown in FIG. 1B is required, the image data memory 5 is accessed and the necessary data is read out and processed. After the processing is completed, the fair copy processing unit 10
The control is returned to , and processing of the subsequent document data proceeds.

制御コード判定部11がシステム制御コードテ
ーブル12を検索した結果、該当する制御コード
がなければ、次にユーザ制御コードテーブル16
を検索する。ユーザ制御コードテーブル16に
は、ユーザが任意に定めた書式制御コードと、そ
の書式制御コードを処理するユーザ制御コード処
理モジユール名とが対になつて登録されている。
ユーザ制御コードは、システム生成処理後であつ
ても、制御コード登録部15によつて、ユーザが
任意に登録できるようになつている。ユーザ制御
コードテーブル16にも該当する制御コードが存
在しない場合には、エラーとして処理するが、該
当する制御コードが見つかつたならば、制御コー
ド判定部11はユーザ制御コード処理部17に制
御を移行する。ユーザ制御コード処理部17は、
制御コードに対応するモジユール名をもつユーザ
制御コード処理モジユールの命令を実行させる。
これによつて、ユーザが作成して組込んだユーザ
制御コード処理モジユールによる自由な書式制御
が可能になる。ユーザ制御コード処理部17は、
必要があればダイナミツクに図版組込み用のデー
タを作成し、イメージデータメモリ5に書き込む
ことができる。また、文書データの処理結果は、
システムインタフエースバツフア19に格納す
る。
As a result of the control code determination unit 11 searching the system control code table 12, if there is no corresponding control code, then the user control code table 16 is searched.
Search for. In the user control code table 16, a format control code arbitrarily determined by the user and the name of a user control code processing module that processes the format control code are registered in pairs.
The user control code can be arbitrarily registered by the user by the control code registration unit 15 even after the system generation process. If the corresponding control code does not exist in the user control code table 16, it is treated as an error, but if the corresponding control code is found, the control code determination section 11 transfers control to the user control code processing section 17. do. The user control code processing unit 17
Executes the instruction of the user control code processing module having the module name corresponding to the control code.
This allows free format control by a user control code processing module created and installed by the user. The user control code processing unit 17
If necessary, data for incorporating illustrations can be dynamically created and written into the image data memory 5. In addition, the processing results of document data are
It is stored in the system interface buffer 19.

システムインタフエースバツフア19には、ユ
ーザ制御コードに基づいて、ユーザ制御コード処
理部17が処理した文書データの変換結果が格納
されると考えてよい。従つて、システムインタフ
エースバツフア19は、第2の入力データバツフ
アと言つてもよく、ユーザ制御コード処理部17
による処理が終了して、清書処理部10に制御が
戻されると、清書処理部10は、入力データバツ
フア1から文書データを読み出す前に、システム
インタフエースバツフア19に変換された文書デ
ータがあるかどうかを調べ、ある場合には、その
文書データを優先して処理する。こうすることに
よつて、ユーザ制御コード処理部17は、システ
ム制御コード処理部13が提供する機能を利用す
ることができる。
It may be considered that the system interface buffer 19 stores the conversion result of document data processed by the user control code processing section 17 based on the user control code. Therefore, the system interface buffer 19 can also be called a second input data buffer, and the user control code processing section 17
When the processing is completed and control is returned to the fair copy processing section 10, the fair copy processing section 10 checks whether there is any converted document data in the system interface buffer 19 before reading out the document data from the input data buffer 1. If there is, that document data is processed with priority. By doing so, the user control code processing section 17 can utilize the functions provided by the system control code processing section 13.

なお、上記説明においては、制御コード判定部
11はシステム制御コードテーブル12を先に検
索したが、ユーザ制御コードテーブル16を優先
して検索するようにしてもよい。また、ユーザ制
御コードとして、1書式制御コードだけを登録
し、ユーザ制御コード処理部17に制御が移行し
た後に、詳細な分類を行うように変形することも
できる。
In the above description, the control code determination unit 11 searches the system control code table 12 first, but it may search the user control code table 16 with priority. Further, it is also possible to modify the system so that only one format control code is registered as the user control code, and detailed classification is performed after control is transferred to the user control code processing section 17.

次に第3図に従つて、第2図図示実施例の具体
的な動作について説明する。以下の処理番号〜
は、図中の番号〜に対応する。
Next, referring to FIG. 3, the specific operation of the embodiment shown in FIG. 2 will be explained. The following processing number ~
corresponds to numbers ~ in the figure.

例えば、入力データバツフア1に第3図図示
のような文書データが用意された場合、清書処
理部10は、まず文字コード列「こたえは、」
を入力データバツフア1から読み出す。
For example, when the input data buffer 1 is prepared with document data as shown in FIG.
is read from input data buffer 1.

「こたえは、」を出力データ4として出力す
る。
"Answer is" is output as output data 4.

次に、書式制御コード“ 数”を検出したな
らば、制御コード判定部11を起動する。
Next, when the format control code "Number" is detected, the control code determination unit 11 is activated.

制御コード判定部11は、システム制御コー
ドテーブル12を検索する。
The control code determination unit 11 searches the system control code table 12.

システム制御コードテーブル12に制御コー
ド“ 数”がないので、ユーザ制御コードテー
ブル16を検索する。
Since the control code "number" is not found in the system control code table 12, the user control code table 16 is searched.

数式処理モジユールを指定して、ユーザ制御
コード処理部17を起動する。
The user control code processing section 17 is started by specifying the mathematical expression processing module.

ユーザ制御コード処理部17は、文書データ
“ 数”から“数 ”までのデータを処理する。
特に、副制御コード“ 分”によつて、以下の
データが分数式であることを認識し、例えばイ
メージデータメモリ5に示すようなイメージデ
ータを生成して、識別子「××」を付与して格
納する。
The user control code processing unit 17 processes data from document data "number" to "number".
In particular, the sub control code "minute" recognizes that the following data is a fractional expression, generates image data as shown in the image data memory 5, and assigns an identifier "XX". Store.

また、システム制御コード処理部13に引継
ぐデータを作成して、システムインタフエース
バツフア19に格納する。本実施例では、“ 空
5、4、ID=××空 ”というデータを作成し
ている。すなわち、5文字4行の空白を設け、
識別子が「××」であるイメージデータを埋め
込むべきことを、システムに指示している。
Additionally, data to be taken over by the system control code processing unit 13 is created and stored in the system interface buffer 19. In this embodiment, data such as "Empty 5, 4, ID=XX Empty" is created. In other words, provide 5 characters and 4 lines of blank space,
The system is instructed to embed image data with the identifier "XX".

清書処理部10に制御を戻す。 Control is returned to the fair copy processing section 10.

システムインタフエースバツフア19中の制
御コード“ 空”を検出して、制御コード判定
部11を呼び出す。
The control code "empty" in the system interface buffer 19 is detected and the control code determination unit 11 is called.

システム制御コードテーブル12を検索す
る。
Search the system control code table 12.

システム制御コード処理部13に制御を移行
する。
Control is transferred to the system control code processing section 13.

システムインタフエースバツフア19のデー
タを読み出す。
Read data from system interface buffer 19.

イメージデータメモリ5から、識別子「×
×」のイメージデータを読み出す。
From the image data memory 5, the identifier “×
Read out the image data of “×”.

出力データ4として、イメージデータを出力
する。
Image data is output as output data 4.

清書処理部10に制御を戻す。 Control is returned to the fair copy processing section 10.

文字コード列「となる。…」を読み出す。 Read out the character code string "...".

「となる。…」を出力データ4として出力す
る。
"..." is output as output data 4.

(E) 発明の効果 以上説明した如く本発明によれば、柔軟性およ
び汎用性のある書式制御コード処理方式が提供で
きるようになる。従つて、例えば装置の制約など
で開発時サポート予定外であつた清書機能を容易
に追加できるようになる。また、複雑で一般性が
なく、システムのフオーマツタ本体に入れにくい
例外処理等があつた場合、それを外部化して、自
由に組込み/取り外し可能にすることができる。
(E) Effects of the Invention As explained above, according to the present invention, a flexible and versatile format control code processing method can be provided. Therefore, it becomes possible to easily add a fair copy function that was not planned to be supported at the time of development due to device limitations, for example. Furthermore, if there is an exception process that is complex, non-general, and difficult to include in the system format, it can be externalized and can be freely incorporated/removed.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は一般的なフオーマツタの説明図、第2
図は本発明の一実施例構成、第3図は本発明の一
実施例動作説明図を示す。 図中、1は入力データバツフア、5はイメージ
データメモリ、11は制御コード判定部、12は
システム制御コードテーブル、13はシステム制
御コード処理部、16はユーザ制御コードテーブ
ル、17はユーザ制御コード処理部を表わす。
Figure 1 is an explanatory diagram of a general form ivy, Figure 2
The figure shows the configuration of an embodiment of the present invention, and FIG. 3 is an explanatory diagram of the operation of the embodiment of the present invention. In the figure, 1 is an input data buffer, 5 is an image data memory, 11 is a control code determination section, 12 is a system control code table, 13 is a system control code processing section, 16 is a user control code table, and 17 is a user control code processing section. represents.

Claims (1)

【特許請求の範囲】 1 出力装置への出力対象となる文字コードおよ
び書式制御コードからなる文書データを、上記出
力装置に出力する以前に、上記書式制御コードに
基づいてアレンジするデータ処理装置において、 予め定められた書式制御コードを、該書式制御
コードを処理する標準的に用意されたシステム制
御コード処理モジユールに対応づけるシステム制
御コードテーブルと、 ユーザが任意に設定できる書式制御コードを、
該書式制御コードに対応して設けられるユーザ制
御コード処理モジユールに対応づけるユーザ制御
コードテーブルと、 上記システム制御コード処理モジユールからな
るシステム制御コード処理部と、 上記ユーザ制御コード処理モジユールからなる
ユーザ制御コード処理部と、 文書データ中の書式制御コードを検出して上記
システム制御コードテーブルおよび/または上記
ユーザ制御コードテーブルを検索し上記システム
制御コード処理部または上記ユーザ制御コード処
理部を起動する制御コード判定部とをそなえ、 システムで予め定めた書式制御の例外処理を、
上記ユーザ制御コード処理部によつて処理するよ
うにしたことを特徴とする書式制御コード処理方
式。
[Claims] 1. A data processing device that arranges document data consisting of a character code and a format control code to be output to an output device based on the format control code before outputting it to the output device, A system control code table that associates a predetermined format control code with a standard system control code processing module that processes the format control code, and a format control code that can be set arbitrarily by the user.
a user control code table that is associated with a user control code processing module provided corresponding to the format control code; a system control code processing unit that is made up of the system control code processing module; and a user control code that is made up of the user control code processing module. a processing unit; a control code determination unit that detects a format control code in document data, searches the system control code table and/or the user control code table, and activates the system control code processing unit or the user control code processing unit; The exception handling for format control predetermined by the system is
A format control code processing method characterized in that processing is performed by the user control code processing section.
JP57229264A 1982-12-29 1982-12-29 Processing system of format control code Granted JPS59123042A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP57229264A JPS59123042A (en) 1982-12-29 1982-12-29 Processing system of format control code

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP57229264A JPS59123042A (en) 1982-12-29 1982-12-29 Processing system of format control code

Publications (2)

Publication Number Publication Date
JPS59123042A JPS59123042A (en) 1984-07-16
JPS6312292B2 true JPS6312292B2 (en) 1988-03-18

Family

ID=16889385

Family Applications (1)

Application Number Title Priority Date Filing Date
JP57229264A Granted JPS59123042A (en) 1982-12-29 1982-12-29 Processing system of format control code

Country Status (1)

Country Link
JP (1) JPS59123042A (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE3843114A1 (en) * 1988-12-19 1990-06-21 Mannesmann Ag METHOD FOR PROGRAMMING AND SELECTING FUNCTIONS OF A COMPUTER PERIPHERAL DEVICE, IN PARTICULAR A PRINTER

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59109984A (en) * 1982-12-15 1984-06-25 Toshiba Corp System for defining functional character

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59109984A (en) * 1982-12-15 1984-06-25 Toshiba Corp System for defining functional character

Also Published As

Publication number Publication date
JPS59123042A (en) 1984-07-16

Similar Documents

Publication Publication Date Title
US5133024A (en) Image data bank system with selective conversion
KR950001940B1 (en) Data processing apparatus and editing apparatus using the same
JP2942036B2 (en) Barcode printer
JPS62267876A (en) Picture register system
JPH07200786A (en) Filing device
JP2973913B2 (en) Input sheet system
JPH01197878A (en) Document control device
US5596753A (en) Scanner interactive application program
JPH0242071B2 (en)
JPS6312292B2 (en)
JPH05108636A (en) Routine document preparing device
JPS62229467A (en) Document processor
JPS62229461A (en) Document processor
JPH04330565A (en) Natural language processing system using universal file
JPH0326561A (en) Printing device
JPS61195455A (en) Document preparation device
JPH0457151A (en) Insert processing method for structured document
JPH01235660A (en) Emphasized printing system
Highleyman The Novice's Guide to the UNIX at the AI Laboratory Version 1.0
JPH0778797B2 (en) Automatic numbering method for sentence numbers in document processing
JPH08167003A (en) Document processor
JPH012167A (en) Image input method for image filing system
JP2003248794A (en) Document information processor, document information processing system and its program
JPH113339A (en) Discrete representation dictionary device
JPS63250735A (en) Image output device