CN111680474B - File messy code repairing method and device - Google Patents

File messy code repairing method and device Download PDF

Info

Publication number
CN111680474B
CN111680474B CN202010511649.5A CN202010511649A CN111680474B CN 111680474 B CN111680474 B CN 111680474B CN 202010511649 A CN202010511649 A CN 202010511649A CN 111680474 B CN111680474 B CN 111680474B
Authority
CN
China
Prior art keywords
message file
messy
reason
code
file
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.)
Active
Application number
CN202010511649.5A
Other languages
Chinese (zh)
Other versions
CN111680474A (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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202010511649.5A priority Critical patent/CN111680474B/en
Publication of CN111680474A publication Critical patent/CN111680474A/en
Application granted granted Critical
Publication of CN111680474B publication Critical patent/CN111680474B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/126Character encoding
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Abstract

The invention discloses a file messy code repairing method and device, wherein the method comprises the following steps: receiving a message file transmitted across platforms; detecting a character coding mode of the message file under the condition that the message file has messy codes; analyzing the message file according to the character coding mode by adopting a text editor; determining the reason of messy codes of the message file according to the analysis result; and repairing the message file according to the reason of the messy codes. The invention can smoothly solve the problem of messy codes generated by cross-platform transmission of the message file, simultaneously reduces the workload of staff, improves the working efficiency and reduces the working cost.

Description

File messy code repairing method and device
Technical Field
The invention relates to the technical field of computers, in particular to a file messy code repairing method and device.
Background
With the rapid development of technology, it is becoming more common to use a CD for data transmission, where a CD (Connect) is used to implement connection of information between different server platforms, and it can complete free movement of different types of data between computers of a networked system. However, because of different platform character codes, when a CD server is used to transmit a cross-platform message file, messy codes often occur due to different platforms, so that the content of the message file is wrong, and the subsequent flow is affected. Therefore, it is necessary to solve the problem of the messy codes.
The prior art generally configures the xlate attribute of sysopts in the CD statement, and when the xlate attribute is yes, it is specified to perform character conversion using a default conversion table or a conversion table provided by a user. In this way, the occurrence of messy codes caused by the difference of ASCII (American Standard Code for Information Interchange ) and EBCDIC ((Extended Binary Coded Decimal Interchange Code) character encoding table) used in the cross-platform transmission process can not be caused by the difference of platforms. However, the configuration xlate attribute used has at least the following problems: the code table is required to be corresponding to the code table, and the problem that the code table is messy due to the fact that the insufficiency of the code table contents possibly occurs in the actual use process still occurs, the code table is required to be customized, the code table is modified according to different intersystem transmission values, in addition, the code table is required to be maintained, and the content is continuously added, so that the workload of staff can be greatly increased.
Disclosure of Invention
The embodiment of the invention provides a file messy code repairing method, which is used for solving the problem of messy codes generated by cross-platform transmission of message files, reducing the workload of workers, improving the working efficiency and reducing the working cost, and comprises the following steps:
receiving a message file transmitted across platforms;
detecting a character coding mode of the message file under the condition that the message file has messy codes; the character encoding mode comprises the following steps: UTF-16, ASCII, GB2312, BIG5;
analyzing the message file according to the character coding mode by adopting a text editor;
determining the messy code reason of the message file according to the analysis result;
repairing the message file according to the messy code reason;
when the character coding mode detection result of the message file is UTF-16, checking and analyzing the message file by using the hexadecimal function of a text editor to obtain more than one/0 of the single byte of the message file, further obtaining that the reason for the messy codes of the message file is different in cross-platform character set coding modes, writing codes to delete the/0 of the single byte of the message file based on the reason for the messy codes, and correcting the messy code message file;
wherein, according to the analysis result, determining the reason of the messy codes of the message file comprises:
and obtaining an analysis result, and determining that the reason for the messy codes of the message file is the messy codes caused by different cross-platform character set coding modes when the preset characters appear in the single byte in the analysis result.
Optionally, repairing the message file according to the reason of the messy code includes:
importing a custom code repair file according to the messy code reason;
and repairing the message file according to the custom code repair file.
Optionally, the character encoding mode includes: UTF-16, ASCII, GB2312, BIG5.
The embodiment of the invention also provides a file messy code repairing device, which is used for solving the problem of messy codes generated by cross-platform transmission of message files, reducing the workload of staff, improving the working efficiency and reducing the working cost, and comprises the following steps:
the file receiving module is used for receiving the message file transmitted across platforms;
the detection module is used for detecting the character coding mode of the message file under the condition that the message file has messy codes; the character encoding mode comprises the following steps: UTF-16, ASCII, GB2312, BIG5;
the analysis module is used for analyzing the message file according to the character coding mode by adopting a text editor;
the reason determining module is used for determining the messy code reason of the message file according to the analysis result;
the messy code repairing module is used for repairing the message file according to the messy code reason;
the analysis module is specifically used for checking and analyzing the character encoding mode of the message file by using the hexadecimal function of the text editor when the character encoding mode detection result of the message file is UTF-16, obtaining more than one/0 after a single byte of the message file, and the reason determination module is specifically used for obtaining that the reason for the occurrence of messy codes of the message file is different in cross-platform character set encoding modes, and the messy code restoration module is specifically used for deleting the/0 after each single byte based on the reason for the messy codes, and correcting the messy code message file;
the cause determination module is further to:
and obtaining an analysis result, and determining that the reason for the messy codes of the message file is the messy codes caused by different cross-platform character set coding modes when the preset characters appear in the single byte in the analysis result.
Optionally, the scrambling code repair module is further configured to:
importing a custom code repair file according to the messy code reason;
and repairing the message file according to the custom code repair file.
Optionally, the character encoding mode includes: UTF-16, ASCII, GB2312, BIG5.
The embodiment of the invention also provides computer equipment, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the method when executing the computer program.
Embodiments of the present invention also provide a computer-readable storage medium storing a computer program which, when executed by a processor, implements the above-described method.
In the embodiment of the invention, the message file transmitted across platforms is received, the character coding mode of the message file is detected under the condition that the message file generates messy codes, the message file is analyzed according to the character coding mode by adopting a text editor, the messy code reasons of the message file are further determined according to the analysis result, the message file is repaired according to the messy code reasons, and the problem that the messy codes are generated when the message file is transmitted across platforms is successfully solved. The whole operation process does not need a code table, so that the problem caused by using xlate configuration is avoided, the workload of staff is reduced, the operation efficiency is improved, and the operation cost is reduced.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art. In the drawings:
FIG. 1 is a flow chart of a file disorder code repairing method according to an embodiment of the invention;
fig. 2 is a schematic structural diagram of a file disorder code repairing device according to an embodiment of the invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention will be described in further detail with reference to the accompanying drawings. The exemplary embodiments of the present invention and their descriptions herein are for the purpose of explaining the present invention, but are not to be construed as limiting the invention.
In the description of the present specification, the terms "comprising," "including," "having," "containing," and the like are open-ended terms, meaning including, but not limited to. Reference to the terms "one embodiment," "a particular embodiment," "some embodiments," "for example," etc., means that a particular feature, structure, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present application. In this specification, schematic representations of the above terms do not necessarily refer to the same embodiments or examples. Furthermore, the particular features, structures, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. The sequence of steps involved in the embodiments is used to schematically illustrate the practice of the present application, and is not limited thereto and may be appropriately adjusted as desired.
The names involved in the present invention are explained below:
cross-platform transmission: refers to transferring data between different platforms, such as a Windows platform transferring data to a Linux platform.
Code table: a database table of translation codes is stored.
With the rapid development of technology, it is becoming more common to use a CD for data transmission, where a CD (Connect) is used to implement connection of information between different server platforms, and it can complete free movement of different types of data between computers of a networked system. However, when a CD server is used to transmit a cross-platform message file, messy codes often occur due to different platforms, so that the content of the message file is wrong, and the subsequent flow is affected. Therefore, it is necessary to solve the problem of the messy codes. The expression of the messy code is: the previous message content, nodes are all normal, one more line out at the end and one messy code character appears (similar to the complex messy code character of birds). It may be generally considered that the transmission process is repeated by transmitting the random codeword to cause errors and go to the wrong idea.
The prior art generally configures the xlate attribute of sysopts in the CD statement, and when the xlate attribute is yes, it is specified to perform character conversion using a default conversion table or a conversion table provided by a user. In this way, the occurrence of messy codes caused by the difference of ASCII (American Standard Code for Information Interchange ) and EBCDIC ((Extended Binary Coded Decimal Interchange Code) character encoding table) used in the cross-platform transmission process can not be caused by the difference of platforms. However, the configuration xlate attribute used has at least the following problems: the code table is required to be corresponding to the code table, and the problem that the code table is messy due to the fact that the insufficiency of the code table contents possibly occurs in the actual use process still occurs, the code table is required to be customized, the code table is modified according to different intersystem transmission values, in addition, the code table is required to be maintained, and the content is continuously added, so that the workload of staff can be greatly increased.
Fig. 1 is a flowchart of a method for repairing a file messy code according to an embodiment of the present invention, as shown in fig. 1, where the method includes:
step 101, receiving a message file transmitted in a cross-platform manner.
In the implementation, after the message file is generated, the message file transmitted in a cross-platform manner is obtained by pushing the file to a CD server of a receiver through a CD.
Step 102, detecting a character coding mode of the message file under the condition that the message file has messy codes.
In this embodiment, the character encoding method includes: UTF-16, ASCII, GB2312, BIG5, and the like.
And 103, analyzing the message file by adopting a text editor according to the character coding mode.
And 104, determining the reason of the messy codes of the message file according to the analysis result.
In this embodiment, step 104 further includes:
and obtaining an analysis result, and determining that the reason for the messy codes of the message file is the messy codes caused by different cross-platform character set coding modes when the preset characters appear in the single byte in the analysis result.
And 105, repairing the message file according to the messy code reason.
In this embodiment, step 105 further includes:
importing a custom code repair file according to the messy code reason;
and repairing the message file according to the custom code repair file.
The invention is illustrated by the following examples:
when the obtained message file has messy codes, detecting the character coding mode of the message file, wherein the detection result is UTF-16, checking and analyzing the message file by using functions such as hexadecimal system of a text editor, and the like, finding out that the single byte is more than 0, further judging that the reason that the messy codes of the message file occur is caused by different cross-platform character set coding modes, and when English is used as a single character and is turned to double characters, automatically supplementing "/0" to the rear of a character section. . After the reason of the messy codes is found, writing codes deletes the back/0 of each single byte, and correcting the files of the messy codes to solve the problem of the messy codes.
According to the file messy code repairing method provided by the embodiment of the invention, the message file transmitted across platforms is received, the character coding mode of the message file is detected under the condition that the messy code appears in the message file, the message file is analyzed according to the character coding mode by adopting the text editor, the messy code reason of the message file is further determined according to the analysis result, and the message file is repaired according to the messy code reason, so that the problem that the messy code is generated in the process of transmitting the message file across platforms is successfully solved. The whole operation process does not need a code table, so that the problem caused by using xlate configuration is avoided, the workload of staff is reduced, the operation efficiency is improved, and the operation cost is reduced.
Based on the same inventive concept, the embodiment of the invention also provides a file messy code repairing device, as described in the following embodiment. Because the principle of the file messy code repairing device for solving the problem is similar to that of the file messy code repairing method, the implementation of the file messy code repairing device can refer to the implementation of the file messy code repairing method, and repeated parts are not repeated. As used below, the term "unit" or "module" may be a combination of software and/or hardware that implements the intended function. While the means described in the following embodiments are preferably implemented in software, implementation in hardware, or a combination of software and hardware, is also possible and contemplated.
Fig. 2 is a schematic structural diagram of a file messy code repairing device provided by an embodiment of the present invention, as shown in fig. 2, the device includes:
the file receiving module 201 is configured to receive a message file transmitted across platforms.
The detection module 202 is configured to detect a character encoding mode of the message file when the message file has a messy code.
And the parsing module 203 is configured to parse the message file according to the character encoding mode by using a text editor.
The reason determining module 204 is configured to determine a reason for the messy code of the message file according to the analysis result.
And the messy code repairing module 205 is used for repairing the message file according to the messy code reasons.
In an embodiment of the present invention, the cause determination module 204 is further configured to:
and obtaining an analysis result, and determining that the reason for the messy codes of the message file is the messy codes caused by different cross-platform character set coding modes when the preset characters appear in the single byte in the analysis result.
In the embodiment of the present invention, the scrambling code repair module 205 is further configured to:
importing a custom code repair file according to the messy code reason;
and repairing the message file according to the custom code repair file.
In an embodiment of the present invention, the character encoding mode includes: UTF-16, ASCII, GB2312, BIG5.
The embodiment of the invention also provides computer equipment, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the method when executing the computer program.
Embodiments of the present invention also provide a computer-readable storage medium storing a computer program for executing the above method.
In summary, the method and the device detect the character coding mode of the message file by receiving the message file transmitted across platforms, and under the condition that the message file has messy codes, analyze the message file according to the character coding mode by adopting the text editor, further determine the messy code reason of the message file according to the analysis result, repair the message file according to the messy code reason, and smoothly solve the problem that the messy codes are generated when the message file is transmitted across platforms. The whole operation process does not need a code table, so that the problem caused by using xlate configuration is avoided, the workload of staff is reduced, the operation efficiency is improved, and the operation cost is reduced.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The foregoing description of the embodiments has been provided for the purpose of illustrating the general principles of the invention, and is not meant to limit the scope of the invention, but to limit the invention to the particular embodiments, and any modifications, equivalents, improvements, etc. that fall within the spirit and principles of the invention are intended to be included within the scope of the invention.

Claims (6)

1. The file messy code repairing method is characterized by comprising the following steps of:
receiving a message file transmitted across platforms;
detecting a character coding mode of the message file under the condition that the message file has messy codes; the character encoding mode comprises the following steps: UTF-16, ASCII, GB2312, BIG5;
analyzing the message file according to the character coding mode by adopting a text editor;
determining the messy code reason of the message file according to the analysis result;
repairing the message file according to the messy code reason;
when the character coding mode detection result of the message file is UTF-16, checking and analyzing the message file by using the hexadecimal function of a text editor to obtain more than one/0 of the single byte of the message file, further obtaining that the reason for the messy codes of the message file is different in cross-platform character set coding modes, writing codes to delete the/0 of the single byte of the message file based on the reason for the messy codes, and correcting the messy code message file;
wherein, according to the analysis result, determining the reason of the messy codes of the message file comprises:
and obtaining an analysis result, and determining that the reason for the messy codes of the message file is the messy codes caused by different cross-platform character set coding modes when the preset characters appear in the single byte in the analysis result.
2. The method of claim 1, wherein repairing the message file according to the reason for the scrambling code comprises:
importing a custom code repair file according to the messy code reason;
and repairing the message file according to the custom code repair file.
3. A document scrambling code repair device, comprising:
the file receiving module is used for receiving the message file transmitted across platforms;
the detection module is used for detecting the character coding mode of the message file under the condition that the message file has messy codes; the character encoding mode comprises the following steps: UTF-16, ASCII, GB2312, BIG5;
the analysis module is used for analyzing the message file according to the character coding mode by adopting a text editor;
the reason determining module is used for determining the messy code reason of the message file according to the analysis result;
the messy code repairing module is used for repairing the message file according to the messy code reason;
the analysis module is specifically used for checking and analyzing the character encoding mode of the message file by using the hexadecimal function of the text editor when the character encoding mode detection result of the message file is UTF-16, obtaining more than one/0 after a single byte of the message file, and the reason determination module is specifically used for obtaining that the reason for the occurrence of messy codes of the message file is different in cross-platform character set encoding modes, and the messy code restoration module is specifically used for deleting the/0 after each single byte based on the reason for the messy codes, and correcting the messy code message file;
the cause determination module is further to:
and obtaining an analysis result, and determining that the reason for the messy codes of the message file is the messy codes caused by different cross-platform character set coding modes when the preset characters appear in the single byte in the analysis result.
4. The apparatus of claim 3, wherein the nonce repair module is further to:
importing a custom code repair file according to the messy code reason;
and repairing the message file according to the custom code repair file.
5. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 1 to 2 when executing the computer program.
6. A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program which, when executed by a processor, implements the method of any one of claims 1 to 2.
CN202010511649.5A 2020-06-08 2020-06-08 File messy code repairing method and device Active CN111680474B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010511649.5A CN111680474B (en) 2020-06-08 2020-06-08 File messy code repairing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010511649.5A CN111680474B (en) 2020-06-08 2020-06-08 File messy code repairing method and device

Publications (2)

Publication Number Publication Date
CN111680474A CN111680474A (en) 2020-09-18
CN111680474B true CN111680474B (en) 2024-02-23

Family

ID=72435135

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010511649.5A Active CN111680474B (en) 2020-06-08 2020-06-08 File messy code repairing method and device

Country Status (1)

Country Link
CN (1) CN111680474B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104182286A (en) * 2014-06-24 2014-12-03 武汉传神信息技术有限公司 Cross-platform Chinese character messy code recovery method
CN104424010A (en) * 2013-09-06 2015-03-18 北大方正集团有限公司 Method and system for detecting and repairing text document messy codes
WO2018054200A1 (en) * 2016-09-26 2018-03-29 上海泓智信息科技有限公司 Method and device for reading file

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104424010A (en) * 2013-09-06 2015-03-18 北大方正集团有限公司 Method and system for detecting and repairing text document messy codes
CN104182286A (en) * 2014-06-24 2014-12-03 武汉传神信息技术有限公司 Cross-platform Chinese character messy code recovery method
WO2018054200A1 (en) * 2016-09-26 2018-03-29 上海泓智信息科技有限公司 Method and device for reading file

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
张健.基于java web中文乱码问题的研究.电子世界.2014,(第18期),第371页. *
张峰.Java Web应用中编码问题的研究与解决.科技信息(学术研究).2008,(第28期),第199-200页. *
高菲.Web开发中乱码问题的研究与解决.科技管理研究.2010,(第08期),第124-125页. *

Also Published As

Publication number Publication date
CN111680474A (en) 2020-09-18

Similar Documents

Publication Publication Date Title
CN110728328B (en) Training method and device for classification model
CN111125067B (en) Data maintenance method and device
CN107807844B (en) Method and device for generating traffic test scene and computer readable storage medium
CN111104214B (en) Workflow application method and device
CN109815124B (en) MBSE-based interlocking function defect analysis method and device and interlocking system
CN111680474B (en) File messy code repairing method and device
CN113672597A (en) Database cross-platform migration method, device, system and equipment
US20180157736A1 (en) Full text indexing in a database system
CN116346961B (en) Financial message processing method and device, electronic equipment and storage medium
CN112822265A (en) Data encoding method, device, equipment end and storage medium
CN108959411B (en) Processing method, device and equipment of ETL (extract transform and load) task
US7908331B2 (en) Efficient presentation of related messages in a computer network-based messaging system
CN110688823A (en) XML file verification method and device
CN114492324A (en) Component data statistical method and device
US20130232108A1 (en) Enhanced Messaging Transaction Performance With Auto-Selected Dual-Tag Fields
CN113886748A (en) Method, device and equipment for generating editing information and outputting information of webpage content
CN113448852A (en) Test case obtaining method and device, electronic equipment and storage medium
CN113031940A (en) Front-end framework development method and device and terminal equipment
CN111562937A (en) Code method level defect early warning method
CN117112873B (en) API blasting method, device, equipment and storage medium based on code injection
CN115185525B (en) Data inclination code block positioning method, device, equipment and medium
CN113704176B (en) File scanning method, device, electronic equipment and storage medium
CN112631602B (en) Browser development mode detection method, device, equipment and storage medium
CN114611155B (en) Data management node verification method, device, equipment and medium
US20160062957A1 (en) Remotely providing fonts for an electronic document

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant