JPH0769912B2 - String replacement method - Google Patents

String replacement method

Info

Publication number
JPH0769912B2
JPH0769912B2 JP1067905A JP6790589A JPH0769912B2 JP H0769912 B2 JPH0769912 B2 JP H0769912B2 JP 1067905 A JP1067905 A JP 1067905A JP 6790589 A JP6790589 A JP 6790589A JP H0769912 B2 JPH0769912 B2 JP H0769912B2
Authority
JP
Japan
Prior art keywords
character string
replaced
replacement
character
string
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 - Fee Related
Application number
JP1067905A
Other languages
Japanese (ja)
Other versions
JPH02289064A (en
Inventor
秀子 末広
勝 新井
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 JP1067905A priority Critical patent/JPH0769912B2/en
Publication of JPH02289064A publication Critical patent/JPH02289064A/en
Publication of JPH0769912B2 publication Critical patent/JPH0769912B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔概要〕 文字列を置換する文字列置換方式に関し、 文書中の被置換文字列の修飾方法を継承して置換文字列
に置換を行い、編集効率を向上させることを目的とし、 文書中の被置換文字列および置換しようとする置換文字
列の指定に対応して、被置換文字列の文字列長L1およ
び置換文字列の文字列長L2を比較し、L1<L2の時に
被置換文字列の最終文字と同じ文字を後方に挿入してL
1=L2とし、 L1>L2の時に被置換文字列の後方から削除してL1
2とし、L1=L2の状態のもとで、被置換文字列を置
換文字列に置換すると共に被置換文字列の修飾方法をそ
のまま置換後の置換文字列に受け継ぐように構成する。
The present invention relates to a character string replacement method for replacing a character string, inherits the method of modifying a replaced character string in a document, replaces the replaced character string, and improves editing efficiency. For the purpose, the character string length L 1 of the replaced character string and the character string length L 2 of the replaced character string are compared according to the designation of the replaced character string in the document and the replacement character string to be replaced, and L When 1 <L 2 , insert the same character as the last character of the replaced character string to the rear and insert L
1 = L 2 , and when L 1 > L 2 , delete from the rear of the replaced character string and L 1 =
L 2 is set, and under the condition of L 1 = L 2 , the replacement target character string is replaced with the replacement character string, and the modification method of the replacement target character string is inherited as it is in the replacement character string after replacement.

〔産業上の利用分野〕[Industrial application field]

本発明は、文字列を置換する文字列置換方式に関するも
のである。
The present invention relates to a character string replacement method for replacing a character string.

〔従来の技術と発明が解決しようとする課題〕[Problems to be Solved by Conventional Techniques and Inventions]

ワードプロセッサなどを用いて文書の作成時に、文字に
対する色々な修飾(全角、半角、上付き、下付き、書体
など)が可能となった。従来、この作成した文書中の任
意の文字列の一括置換を行う場合、被置換文字列を指定
して新しい置換文字列に置換するようにしていた。この
ため、置換後の文書の修飾が崩れてしまうことがあり、
文書の修飾方法を再編集する必要が生じてしまうという
問題があった。特に、被置換文字列の文字数と置換文字
列の文字数とが異なる場合、修飾方法が崩れ、再編集す
ることとなってしまう問題があった。
Various modifications (full-width, half-width, superscript, subscript, typeface, etc.) to characters have become possible when creating a document using a word processor or the like. Conventionally, when performing a batch replacement of arbitrary character strings in the created document, the replaced character string is designated and replaced with a new replacement character string. For this reason, the modified document may be broken.
There was a problem that it was necessary to re-edit the method of modifying the document. In particular, when the number of characters of the replacement target character string is different from the number of characters of the replacement character string, there is a problem that the modification method is broken and re-editing is performed.

本発明は、文書中の被置換文字列の修飾方法を継承して
置換文字列に置換を行い、編集効率を向上させることを
目的としている。
It is an object of the present invention to inherit the method of modifying a replaced character string in a document to replace the replaced character string and improve the editing efficiency.

〔課題を解決するための手段〕[Means for Solving the Problems]

第1図を参照して課題を解決する手段を説明する。 Means for solving the problems will be described with reference to FIG.

第1図において、被置換文字列検索部1は、文書中から
指定された被置換文字列を検索するものである。
In FIG. 1, a replaced character string search unit 1 searches for a specified replaced character string in a document.

文字列長比較部2は、被置換文字列検索部1によって文
書中から検索された被置換文字列の文字列長L1と、指
定された置換文字列の文字列長L2とを比較するもので
ある。
String length comparison unit 2 compares the character string length L 1 of the replacement string retrieved from the document by the replaced character string search unit 1, the specified replacement string and character string length L 2 It is a thing.

文字挿入・削除部3は、文字列長比較部2によって L1<L2と判定された時に被置換文字列の最終文字と同
じ文字を後方に複写・挿入してL1=L2とし、 L1>L2と判定された時に被置換文字列の後方から削除
してL1=L2とするものである。
When the character string length comparing unit 2 determines that L 1 <L 2 , the character inserting / deleting unit 3 copies / inserts the same character as the last character of the replaced character string to the rear so that L 1 = L 2 . When it is determined that L 1 > L 2 , it is deleted from the rear of the character string to be replaced and L 1 = L 2 .

文字列置換部4は、L1=L2の状態のもとで、被置換文
字列を置換文字列に置換すると共に被置換文字列の修飾
方法をそのまま置換後の置換文字列に受け継ぐように置
換するものである。
Under the condition of L 1 = L 2 , the character string replacing unit 4 replaces the replaced character string with the replacement character string and inherits the modification method of the replaced character string as it is to the replaced replacement character string. To replace.

本発明は、第1図に示すように、被置換文字列検索部1
が文書中から指定された被置換文字列を検索して見つけ
出し、文字列長比較部2が被置換文字列検索部1によっ
て文書中から見つけ出された被置換文字列の文字列長L
1と、指定された置換文字列の文字列長L2とを比較し、
文字挿入・削除部3が文字列長比較部2によって L1<L2と判定された時に被置換文字列の最終文字と同
じ文字を後方に複写・挿入してL1=L2とし、 L1>L2と判定された時に被置換文字列の後方から削除
してL1=L2とし、 文字列置換部4がL1=L2の状態のもとで、被置換文字
列を置換文字列に置換すると共に被置換文字列の修飾方
法をそのまま置換後の置換文字列に受け継ぐように置換
するようにしている。
The present invention, as shown in FIG.
Of the replaced character string is searched for and found in the document, and the character string length comparison unit 2 finds the character string length L of the replaced character string found in the document by the replaced character string searching unit 1.
Compare 1 with the character string length L 2 of the specified replacement character string,
And L 1 = L 2 character insertion and deletion section 3 is copied, insert the same character as the last character of the replacement string backwards when it is determined by the character string length comparing unit 2 with L 1 <L 2, L 1> L 2 and when it is determined by removing from the rear of the replacement string as L 1 = L 2, under the string replacing unit 4 is in a state of L 1 = L 2, replacing the replacement string In addition to replacing with the character string, the method of modifying the replaced character string is directly inherited in the replaced character string after replacement.

従って、文書中の被置換文字列と、置換文字列との文字
列長を等しくした後、被置換文字列の修飾方法を受け継
いで置換文字列に置換することにより、被置換文字列の
修飾方法のままで置換文字列に置き換え、置換後の編集
を無くし、編集効率を向上させることが可能となる。
Therefore, after the replacement target character string in the document and the replacement character string have the same character string length, the modification method of the replacement target character string is performed by inheriting the modification method of the replacement target character string and replacing it. It is possible to replace with the replacement character string as it is, eliminate the editing after the replacement, and improve the editing efficiency.

〔実施例〕〔Example〕

次に、第1図から第6図を用いて本発明の1実施例の構
成および動作を順次詳細に説明する。
Next, the configuration and operation of one embodiment of the present invention will be sequentially described in detail with reference to FIGS. 1 to 6.

第1図において、は、被置換文字列を入力する。In FIG. 1, the replaced character string is input.

は、置換文字列を入力する。これは、で指定した被
置換文字列を置き換える置換文字列を指定することを意
味している。
Enter the replacement string. This means to specify a replacement character string that replaces the replaced character string specified in.

は、被置換文字列を検索する。これは、の被置換文
字列について、文書を検索して見つけることを意味して
いる。
Searches for the replaced character string. This means searching the document for the replaced character string of.

は、の検索によって被置換文字列が見つかったか否
かを判別する。YESの場合には、以降を実行する。NO
の場合には、被置換文字列が文書中から見つからなかっ
たので終了する(END)。
Determines whether the replaced character string is found by the search of. If YES, then do the following. NO
In the case of, the replaced character string was not found in the document, and the process ends (END).

、は、で見つかった被置換文字列の文字列長L1
と、置換文字列の文字列長L2とを比較する。
, Is the string length L 1 of the replaced string found in
And the character string length L 2 of the replacement character string are compared.

1<L2のとき、で被置換文字列の最終文字と同じ文
字を後方に複写・挿入して同じ長さ(L1=L2)にする
ことを意味している。そして、を実行する。
When L 1 <L 2 , it means that the same character as the last character of the replaced character string is copied / inserted backward to have the same length (L 1 = L 2 ). Then execute.

1>L2のとき、で被置換文字列の後方を削除して同
じ長さ(L1=L2)にすることを意味している。そし
て、を実行する。
When L 1 > L 2 , it means that the rear of the character string to be replaced is deleted to have the same length (L 1 = L 2 ). Then execute.

は、被置換文字列上に置換文字列を上書きする。これ
は、の複写・挿入処理、の削除処理によって、被置
換文字列の文字列長L1と、置換文字列の文字列長L2
を等しくした状態で、被置換文字列上に置換文字列を上
書きし、被置換文字列の修飾情報をそのまま受け継ぐ態
様で置換することを意味している。
Overwrites the replacement character string on the replacement target character string. This is because the character string length L 1 of the replaced character string and the character string length L 2 of the replacement character string are made equal by the copying / inserting process and the deleting process of This means overwriting a string and replacing it in a manner that the modification information of the replaced character string is inherited as it is.

以上のように、被置換文字列の文字列長L1が置換文字
列の文字列長L2と異なる場合には被置換文字列に複写
・挿入/削除処理を施して等しくした後、置換文字列で
当該被置換文字列を上書きすることにより、被置換文字
列の修飾方法をそのまま受け継がせ、文字列置換処理の
効率を向上させることが可能となる。
As described above, when the character string length L 1 of the replaced character string is different from the character string length L 2 of the replaced character string, the replaced character string is copied / inserted / deleted to equalize it, and then the replacement character By overwriting the replacement target character string in the string, the modification method of the replacement target character string can be inherited as it is, and the efficiency of the character string replacement processing can be improved.

次に、第2図ないし第5図を用いて本発明の具体例を順
次説明する。
Next, specific examples of the present invention will be sequentially described with reference to FIGS.

第2図を用いて被置換文字列の文字列長L1と、置換文
字列の文字列長L2とが等しい場合の置換処理について
説明する。
And character string length L 1 of the replacement string using the second figure is described replacement process when the string length L 2 of the replacement string is equal.

第2図において、データの展開形式(1)は、文書中の
文字の形式を表す。文字は、修飾部(全角、半角、上付
き、下付き、書体、色などの修飾情報)と文字部(英数
字などの文字コード)とから構成されている。
In FIG. 2, the data development format (1) represents the format of characters in the document. The character is composed of a modifier portion (full-width, half-width, superscript, subscript, typeface, color and other modifier information) and a character portion (character code such as alphanumeric characters).

被置換文字列(2):“A"は、文書中の置き換えられる
文字である。
Replaced character string (2): "A" is a character to be replaced in the document.

置換文字列(3):“a"は、置き換える文字である。Replacement character string (3): "a" is a replacement character.

データ展開域(4)は、文書中から取り出した文字列の
データを展開する領域である。ここで、修飾部および文
字部からなる2つの矩形“□”によって1文字が構成さ
れている。修飾部には、全角、半角、上付き、下付き、
書体、色などの修飾情報が格納されている。文字部に
は、文字コードが格納されている。本実施例は、文字部
のみを置換し、修飾部は置換後に被置換文字列の修飾方
法を受け継ぐようにしている。
The data expansion area (4) is an area for expanding the data of the character string extracted from the document. Here, one character is composed of two rectangles "□" composed of a decoration part and a character part. The modified part is full-width, half-width, superscript, subscript,
It stores modification information such as typeface and color. A character code is stored in the character portion. In the present embodiment, only the character part is replaced, and the modification part inherits the modification method of the replacement target character string after the replacement.

置換結果(5)は、データ展開域(4)に展開した被置
換文字列(2)の文字部“A"についてのみ、置換文字列
(3)の文字“a"で上書きしたものである。従って、図
示のようにデータ展開域(4)の被置換文字列の先頭か
ら全角“A"、上付き“A”、下付き“A”は、全角“a"、
上付き“a”、下付き“a”にそれぞれ置換される。
The replacement result (5) is obtained by overwriting only the character portion "A" of the replaced character string (2) expanded in the data expansion area (4) with the character "a" of the replacement character string (3). Thus, full-width from the beginning of the replacement string data development area as shown (4) "A", superscript "A", subscript "A" is full width "a",
Replaced by superscript " a " and subscript " a " respectively.

第3図を用いて被置換文字列の文字列長L1が置換文字
列の文字列長L2よりも長い場合の置換処理について説
明する。
The replacement process when the character string length L 1 of the replacement target character string is longer than the character string length L 2 of the replacement character string will be described with reference to FIG.

第3図において、被置換文字列(2)は、“AB"であ
る。
In FIG. 3, the replaced character string (2) is “AB”.

置換文字列(3)は、“a"である。The replacement character string (3) is "a".

データ展開域(4)には、文書中から取り出して展開し
たデータを示す。
The data expanded area (4) shows the data extracted from the document and expanded.

データ展開域(4−1)には、データ展開域(4)に展
開した文書中の被置換文字列“AB"の後方の“B"を削除
した後のデータを示す。これは、被置換文字列(2)
“AB"の文字列長L1=2、置換文字列(3)“a"の文字
列長L2=1で異なるため、被置換文字列(2)“AB"の
後方の1文字“B"を削除し、両者の文字列長L1=L2
1としたものである。
The data expansion area (4-1) shows the data after deleting the "B" behind the replaced character string "AB" in the document expanded in the data expansion area (4). This is the replaced string (2)
Since the character string length L 1 = 2 of “AB” and the character string length L 2 = 1 of the replacement character string (3) “a” are different, one character “B” after the replaced character string (2) “AB” "Is deleted and both character string lengths L 1 = L 2 =
It is one.

置換結果(5)は、データ展開域(4−1)の状態で、
置換文字列“a"によって被置換文字列“A"を上書きした
ものである。
The replacement result (5) is in the state of the data expansion area (4-1),
The replaced character string "a" is overwritten with the replaced character string "A".

以上の処理によって、文書中の被置換文字列“AB"を置
換文字列“a"に置換すると共に、被置換文字列“A"の修
飾部を置換文字列“a"の修飾部に受け継がせるようにし
ている。
Through the above processing, the replaced character string "AB" in the document is replaced with the replaced character string "a", and the modified portion of the replaced character string "A" is inherited by the modified portion of the replaced character string "a". I am trying.

第4図を用いて被置換文字列の文字列長L1が置換文字
列の文字列長L2よりも短い場合について説明する。
The case where the character string length L 1 of the replacement target character string is shorter than the character string length L 2 of the replacement character string will be described with reference to FIG.

第4図において、被置換文字列(2)は、“A"である。In FIG. 4, the replaced character string (2) is "A".

置換文字列(3)は、“ab"である。The replacement character string (3) is "ab".

データ展開域(4)には、文書中から取り出して展開し
たデータを示す。
The data expanded area (4) shows the data extracted from the document and expanded.

データ展開域(4−1)には、データ展開域(4)に展
開した文書中の被置換文字列“A"の後方に“A"を複写・
挿入した後のデータを示す。これは、被置換文字列
(2)“A"の文字列長L1=1、置換文字列(3)“ab"
の文字列長L2=2で異なるため、被置換文字列(2)
“A"の後方に1文字“A"を複写・挿入し、両者の文字列
長L1=L2=2としたものである。
In the data expansion area (4-1), copy "A" after the replaced character string "A" in the document expanded in the data expansion area (4).
The data after insertion is shown. This is the character string length L 1 = 1 of the replaced character string (2) “A”, and the replacement character string (3) “ab”
Character string length L 2 = 2, the replaced character string (2)
One character "A" is copied / inserted after "A", and both character string lengths L 1 = L 2 = 2.

置換結果(5)は、データ展開域(4−1)の状態で、
置換文字列“ab"によって被置換文字列“AA"を上書きし
たものである。
The replacement result (5) is in the state of the data expansion area (4-1),
The replacement character string "ab" overwrites the replacement target character string "AA".

以上の処理によって、文書中の被置換文字列“A"を置換
文字列“ab"に置換すると共に、被置換文字列“A"の修
飾部を置換文字列“a"および“b"の修飾部に受け継がせ
るようにしている。
Through the above process, the replaced character string "A" in the document is replaced with the replaced character string "ab", and the modified portion of the replaced character string "A" is modified with the replaced character strings "a" and "b". I am trying to hand it over to the club.

第5図は、被置換文字列“AAA"を置換文字列“aaa"に一
括置換した例を示す。ここで、上段の被置換文字列1は
全角“AAA"、被置換文字列2は半角“AAA"、被置換文字
列3は上付き“AAA”を表す。これら被置換文字列1、
2、3の全てに対して、被置換文字列“AAA"を指定し、
置換文字列“aaa"を指定することにより、下段に示すよ
うに被置換文字列1は全角“aaa"、被置換文字列2は半
角“aaa"、被置換文字列3は上付き“aaa”に置換され
る。
FIG. 5 shows an example in which the replaced character string "AAA" is collectively replaced with the replacement character string "aaa". Here, the replaced character string 1 in the upper row represents a full-width “AAA”, the replaced character string 2 represents a half-width “AAA”, and the replaced character string 3 represents a superscript “ AAA ”. These replaced character strings 1,
Specify the replaced character string "AAA" for all 2 and 3,
By specifying the replacement character string "aaa", the replaced character string 1 is full-width "aaa", the replaced character string 2 is half-width "aaa", and the replaced character string 3 is superscript " aaa " as shown in the lower row. Is replaced by.

次に、第6図を用いて本発明の全体動作を説明する。Next, the overall operation of the present invention will be described with reference to FIG.

第6図において、は、文書を外部記憶装置から読み込
む。
In FIG. 6, the document is read from the external storage device.

は、文書をディスプレイ上に表示する。Displays the document on the display.

は、利用者と対話し、一括置換指示を行う。Interacts with the user and gives a batch replacement instruction.

は、一括置換処理を行う(第1図なしいの処理を
行う)。
Performs the batch replacement process (the process shown in FIG. 1 is performed).

は、の処理結果を表示する。Displays the processing result of.

は、文書を外部記憶装置に格納する。Stores the document in the external storage device.

〔発明の効果〕〔The invention's effect〕

以上説明したように、本発明によれば、文書中の被置換
文字列の文字列長L1を置換文字列の文字列長L2に等し
くした後、被置換文字列の修飾方法を受け継いで置換文
字列に置換する構成を採用しているため、被置換文字列
の修飾方法のままで置換文字列に置き換え、置換後の編
集を無くし、置換編集効率を向上させることができる。
As described above, according to the present invention, after the character string length L 1 of the replaced character string in the document is made equal to the character string length L 2 of the replaced character string, the method for modifying the replaced character string is inherited. Since the configuration of replacing with the replacement character string is adopted, it is possible to improve the replacement editing efficiency by replacing the replacement target character string with the replacement method and replacing it with the replacement character string.

【図面の簡単な説明】[Brief description of drawings]

第1図は本発明の1実施例構成・動作説明図、第2図な
いし第5図は本発明の動作説明図、第6図は本発明の全
体動作説明フローチャートを示す。 図中、1は被置換文字列検索部、2は文字列長比較部、
3は文字挿入・削除部、4は文字列置換部を表す。
FIG. 1 is a diagram for explaining the configuration and operation of one embodiment of the present invention, FIGS. 2 to 5 are diagrams for explaining the operation of the present invention, and FIG. 6 is a flowchart for explaining the overall action of the present invention. In the figure, 1 is a replaced character string search unit, 2 is a character string length comparison unit,
Reference numeral 3 represents a character insertion / deletion unit, and 4 represents a character string replacement unit.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】文字列を置換する文字列置換方式におい
て、 文字を設定する文字部とこの文字部に設定された文字を
修飾する修飾方法を設定する修飾部とからなる文字を複
数並べた文字列によって構成される文書中の文字部のみ
の被置換文字列および置換しようとする置換文字列の指
定に対応して、被置換文字列の文字列長L1および置換
文字列の文字列長L2を比較し、 L1<L2の時に被置換文字列の最終文字と同じ文字の文
字部および修飾部を後方に挿入してL1=L2とし、 L1>L2の時に被置換文字列の後方から文字の文字部お
よび修飾部を削除してL1=L2とし、 L1=L2の状態のもとで、文字部の被置換文字列のみを
置換文字列に置換することを特徴とする文字列置換方
式。
1. A character string replacement method for replacing a character string, wherein a plurality of characters including a character part for setting a character and a modifying part for setting a modifying method for modifying the character set in the character part are arranged. The character string length L 1 of the replaced character string and the character string length L of the replacement character string correspond to the specification of the replaced character string of only the character part in the document composed of strings and the replacement character string to be replaced. 2 is compared, and when L 1 <L 2 , the character part and the modified part of the same character as the last character of the replaced character string are inserted backward to make L 1 = L 2 , and when L 1 > L 2 , the replaced Delete the character part and the modified part of the character from the rear of the character string to set L 1 = L 2, and replace only the replaced character string in the character part with the replacement character string under the condition of L 1 = L 2. A character string replacement method characterized in that
JP1067905A 1989-03-20 1989-03-20 String replacement method Expired - Fee Related JPH0769912B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1067905A JPH0769912B2 (en) 1989-03-20 1989-03-20 String replacement method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1067905A JPH0769912B2 (en) 1989-03-20 1989-03-20 String replacement method

Publications (2)

Publication Number Publication Date
JPH02289064A JPH02289064A (en) 1990-11-29
JPH0769912B2 true JPH0769912B2 (en) 1995-07-31

Family

ID=13358380

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1067905A Expired - Fee Related JPH0769912B2 (en) 1989-03-20 1989-03-20 String replacement method

Country Status (1)

Country Link
JP (1) JPH0769912B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0675958A (en) * 1992-06-25 1994-03-18 Fuji Xerox Co Ltd Document processor

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2571043B2 (en) * 1986-09-09 1997-01-16 富士ゼロックス株式会社 Character replacement device
JPS64148U (en) * 1987-06-18 1989-01-05

Also Published As

Publication number Publication date
JPH02289064A (en) 1990-11-29

Similar Documents

Publication Publication Date Title
EP0451384B1 (en) Hypertext data processing system and method
JP3943880B2 (en) Video data processing apparatus and method
JP3554459B2 (en) Text data registration search method
US20120310630A1 (en) Tokenization platform
JP2005302038A (en) Method and system for renaming consecutive key in b-tree
JP2009266246A (en) Extensible file format
JPH0769912B2 (en) String replacement method
JP4144244B2 (en) File processing apparatus and program
JP4319827B2 (en) Document search program
JPH08129549A (en) Document processor
JPH11232149A (en) File comparison processing method and device, and medium storing file comparison processing program
JP4057166B2 (en) Character string search apparatus and method, and computer-readable recording medium recording character string search program
JPH0452859A (en) Character processor
JP2003076590A (en) Image management device and method thereof, and program for making computer execute the method
JPH0660120A (en) Variable length data storage method and retrieval device
JPH07114563A (en) Document processor
JP2004102887A (en) Document creation support apparatus, document creation support method, program and record medium
JP2823188B2 (en) Information processing apparatus and method
JP3557439B2 (en) Computer operation data search method and apparatus therefor
JPH07219946A (en) Document preparing device
JP2771095B2 (en) Character processing method
CN115878571A (en) Method and system for acquiring and recovering file information on disk
JPH06309315A (en) Editing processor for text file
JP2003006196A (en) Device, method and program for retrieving data, and data structure
JPH0520320A (en) Document editing processor

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees