CN115390848A - Method and device for converting and transmitting Chinese data with different code systems between systems - Google Patents

Method and device for converting and transmitting Chinese data with different code systems between systems Download PDF

Info

Publication number
CN115390848A
CN115390848A CN202211019565.5A CN202211019565A CN115390848A CN 115390848 A CN115390848 A CN 115390848A CN 202211019565 A CN202211019565 A CN 202211019565A CN 115390848 A CN115390848 A CN 115390848A
Authority
CN
China
Prior art keywords
data
systems
code
coded data
unicode
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.)
Pending
Application number
CN202211019565.5A
Other languages
Chinese (zh)
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 CN202211019565.5A priority Critical patent/CN115390848A/en
Publication of CN115390848A publication Critical patent/CN115390848A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/45Exploiting coarse grain parallelism in compilation, i.e. parallelism between groups of instructions
    • G06F8/457Communication

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

The invention provides a method and a device for converting and transmitting Chinese data of different code systems among systems, which relate to the technical field of automatic program design, and the method comprises the following steps: receiving unicode coded data sent by a data sender; the unicode coded data is obtained by converting the unicode coded data based on a first code system coded data of a data sending party; and sending the unicode coded data to a data receiving party so that the data receiving party converts the unicode coded data into second code system coded data. The invention realizes the standard unification of communication and data transmission among systems through the mutual conversion between various code systems and unicode code systems, has more flexible control, improves the processing efficiency and improves the system stability.

Description

Method and device for converting and transmitting Chinese data with different code systems between systems
Technical Field
The invention relates to the technical field of automatic program design, in particular to a method and a device for converting and transmitting Chinese data with different code systems between systems.
Background
This section is intended to provide a background or context to the embodiments of the invention that are recited in the claims. The description herein is not admitted to be prior art by inclusion in this section.
BCIPS supports data transmission with a plurality of systems, and coding schemes used in different systems are different, so that problems of code disorder, dislocation, omission and the like caused by non-uniform coding schemes may be encountered during data transmission.
Disclosure of Invention
The invention provides a method and a device for converting and transmitting Chinese data with different coding systems among systems, which can flexibly and efficiently finish the problems of data conversion and transmission among systems with different coding systems.
In a first aspect, an embodiment of the present invention provides a method for converting and transmitting chinese data with different code systems between systems, where the method includes:
receiving unicode coded data sent by a data sender; the unicode coded data is obtained by converting the unicode coded data based on the first code system coded data of the data sender;
and sending the unicode coded data to a data receiving party so that the data receiving party converts the unicode coded data into second code system coded data.
In a second aspect, an embodiment of the present invention further provides a device for converting and transmitting chinese data with different code systems between systems, where the method includes:
the receiving module is used for receiving unicode coded data sent by a data sending party; the unicode coded data is obtained by converting the unicode coded data based on the first code system coded data of the data sender;
and the transmission module is used for sending the unicode coded data to a data receiving party so that the data receiving party converts the unicode coded data into second code system coded data.
In a third aspect, an embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the method for converting and transmitting chinese data with different code systems between the systems when executing the computer program.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, where a computer program for executing the method for converting and transmitting chinese data with different code systems between systems is stored in the computer-readable storage medium.
In a fifth aspect, an embodiment of the present invention further provides a computer program product, where the computer program product includes a computer program, and when executed by a processor, the computer program implements the method for converting and transmitting chinese data with different code systems between systems.
The embodiment of the invention has the following beneficial effects: the embodiment of the invention provides a method and a device for converting and transmitting Chinese data of different code systems among systems, wherein the method comprises the following steps: receiving unicode coded data sent by a data sender; the unicode coded data is obtained by converting the unicode coded data based on a first code system coded data of a data sending party; and sending the unicode coded data to a data receiving party so that the data receiving party converts the unicode coded data into second code system coded data. The embodiment of the invention realizes the unified standard of communication and data transmission among systems by the mutual conversion between various code systems and unicode code systems, has more flexible control, improves the processing efficiency and improves the system stability.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts. In the drawings:
FIG. 1 is a flow chart of a method for converting and transmitting Chinese data with different code systems between systems according to an embodiment of the present invention;
FIG. 2 is a flow chart of another method for converting and transmitting Chinese data with different code systems between systems according to an embodiment of the present invention;
FIG. 3 is a block diagram of a device for converting and transmitting Chinese data with different code systems between systems according to an embodiment of the present invention;
FIG. 4 is a block diagram of another apparatus for converting and transmitting Chinese data with different code systems between systems according to an embodiment of the present invention;
fig. 5 is a schematic diagram of a system component structure of a computer device according to an embodiment of the present invention.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
At present, with BCIPS supporting more and more intersystem data transmission, conversion between various coding schemes will bring more coding, testing, and other work, leading to increased cost. When a new code system data transmission is added, the system cannot be put into use in time after being transformed, so that delayed use in a certain time is possibly caused, and the market competitiveness of the product is influenced.
Based on this, the method and the device for converting and transmitting the Chinese data with different code systems between systems provided by the embodiment of the invention can flexibly and efficiently realize the conversion between code systems and the data transmission under the unified standard when a brand new code system is used or the data transmission is carried out between systems with different code systems.
First, the terms involved will be explained.
BCIPS: RMB cross-border payment system.
COBOL (COMMON BUSINESS-ORIENTED LANGUAGE): a programming language facing to the process is mainly applied to data processing and is widely applied to financial industry systems such as banks, insurance, securities and the like at present.
UTF-8: a variable length character code, english letters occupy 1 byte, common Chinese characters occupy 3 bytes, and special Chinese characters occupy 4 bytes.
GBK: in the Chinese character coding character set, english letters occupy 1 byte, and Chinese characters occupy 2 bytes.
And (2) Unicode: one industry standard in the computer field includes character sets, encoding schemes, and the like.
To facilitate understanding of the present embodiment, first, a detailed description is given to a method for converting and transmitting chinese data with different code systems between systems, which is disclosed in the present embodiment.
The embodiment of the invention provides a method for converting and transmitting Chinese data with different code systems among systems, which is shown in a flow chart of the method for converting and transmitting the Chinese data with different code systems among the systems shown in figure 1, and comprises the following steps:
and step S102, receiving unicode coded data sent by a data sender.
In the embodiment of the invention, unicode coded data is obtained by converting the first code system coded data of a data sender. The data sender may be any one of a plurality of systems. A plurality of intersystem communication connections. The systems may each employ different code schemes. The data sender adopts a first code system for coding, and the first code system can be selected according to actual requirements. And the data transmitting side converts the first code system coded data into unicode coded data.
And step S104, the unicode coded data is sent to a data receiving party, so that the data receiving party converts the unicode coded data into second code system coded data.
In the practice of the invention, the data recipient may be any of a number of systems. And the data receiver adopts a second code system for coding, and the second code system can be selected according to actual requirements. And the unicode coded data is sent to a data receiving party, and the data receiving party converts the unicode coded data into second code system coded data, so that conversion and transmission of Chinese data with different code systems among systems are realized.
The embodiment of the invention provides a method for converting and transmitting Chinese data of different code systems among systems, which comprises the following steps: receiving unicode coded data sent by a data sender; the unicode coded data is obtained by converting the unicode coded data based on a first code system coded data of a data sending party; and sending the unicode coded data to a data receiving party so that the data receiving party converts the unicode coded data into second code system coded data. The embodiment of the invention realizes the unification of the standards of communication and data transmission among systems by the mutual conversion between various code systems and unicode code systems, has more flexible control, improves the processing efficiency and improves the system stability.
In one embodiment, the first code system or the second code system is a UFT-8 code system.
In the embodiment of the invention, the interconversion comprising various code systems and unicode can be realized, for example, the conversion from UTF-8 to unicode, from unicode to UTF-8 and the like. The embodiment of the invention can use unicode code system to communicate with other systems and transmit data.
It should be noted that BCIPS uses UTF-8 encoding, for example, GBK is used in some other systems, each encoding provides a conversion rule with unicode encoding, and unicode can be used as a relay. The UTF-8 is converted into unicode, then data transmission is carried out, and then the data transmission is converted into GBK code system.
In one embodiment, the first code system or the second code system is a GBK code system.
In the embodiment of the present invention, interconversion including various code systems and unicode, for example, conversion from GBK to unicode, from unicode to GBK, and the like, can be realized. The embodiment of the invention can use unicode code system to communicate with other systems and transmit data.
In one embodiment, the first code system or the second code system is a designated code system of the system; the specified code system is not included in the code systems already used by the system.
In an embodiment of the present invention, the first coding scheme or the second coding scheme may be a completely new coding scheme. The embodiment of the invention aims at the service scene when a brand-new coding system is used, and obviously improves the response speed and has more flexibility compared with the same industry.
It should be noted that, the UFT-8, GBK and other codes provide conversion with unicode codes, and technicians need to ensure that all the rules in use or newly appearing code systems and unicode conversion are accurate, efficiency is improved, and other problems.
Referring to fig. 2, another flow chart of a method for converting and transmitting chinese data with different code systems between systems, in an embodiment, the method may further perform the following steps:
step S106, the second code system coded data is tested.
In the embodiment of the invention, the conversion result may need to be tested under the condition of using a brand-new coding system, so that the scheme can also test the second coding system coding data and ensure the accuracy of data conversion.
The method is described below with reference to a specific example. The method can be realized according to the following steps:
1. the data sender converts the data AREA AREA into a unicode code system;
2. transmitting the data to a required system;
3. and after receiving the AREA, the data receiver converts the unicode into a required code system according to the requirement.
In the embodiment of the invention, the unicode is used as the relay of each code system, and each party of data transmission only needs to complete the conversion of respective data from UTF-8 to unicode, from unicode to UTF-8, from GBK to unicode and from unicode to GBK. For example, the data sender may first convert UTF-8 into unicode, and then transmit data, and the data receiver may convert the data into the required GBK code system according to the requirement after receiving the data AREA.
The embodiment of the invention also provides a device for converting and transmitting the Chinese data with different code systems among systems, which is described in the following embodiment. The principle of solving the problem of the device is similar to the method for converting and transmitting the Chinese data with different code systems among the systems, so the implementation of the device can refer to the implementation of the method for converting and transmitting the Chinese data with different code systems among the systems, and repeated parts are not described again. Referring to fig. 3, a structural block diagram of a device for converting and transmitting chinese data with different code systems between systems is shown, the device including:
a receiving module 31, configured to receive unicode encoded data sent by a data sender; the unicode coded data is obtained by converting the first code system coded data of the data sender; and the transmission module 32 is configured to send the unicode encoded data to a data receiving party, so that the data receiving party converts the unicode encoded data into second code system encoded data.
In one embodiment, the first code system or the second code system is a UFT-8 code system.
In one embodiment, the first code system or the second code system is a GBK code system.
In one embodiment, the first code system or the second code system is a specified code system of the system; the specified code system is not included in the code systems already used by the system.
In one embodiment, referring to another structural block diagram of the apparatus for converting and transmitting chinese data with different code systems between systems shown in fig. 4, the apparatus further includes a testing module 33 for: the second coded data is tested.
Based on the same inventive concept, the embodiment of the invention also provides a computer equipment embodiment for realizing all or part of contents in the method for converting and transmitting the Chinese data with different code systems among the systems. The computer equipment specifically comprises the following contents:
a processor (processor), a memory (memory), a communication Interface (Communications Interface), and a bus; the processor, the memory and the communication interface complete mutual communication through the bus; the communication interface is used for realizing information transmission between related devices; the computer device may be a desktop computer, a tablet computer, a mobile terminal, and the like, but the embodiment is not limited thereto. In this embodiment, the computer device can be implemented with reference to the embodiment of the method for implementing the conversion and transmission of the inter-system chinese data with different codes and the embodiment of the apparatus for implementing the inter-system chinese data with different codes, which are incorporated herein, and repeated details are not repeated herein.
Fig. 5 is a schematic diagram of a system component structure of a computer device provided in an embodiment of the present invention. As shown in fig. 5, the computer device 70 may include a processor 701 and a memory 702; a memory 702 is coupled to the processor 701. Notably, this FIG. 5 is exemplary; other types of structures may also be used in addition to or in place of the structure to implement telecommunications or other functions.
In one embodiment, the functions implemented by the method for converting and transmitting Chinese data with different code systems between systems can be integrated into the processor 701. Wherein, the processor 701 may be configured to control as follows:
receiving unicode coded data sent by a data sender; the unicode coded data is obtained by converting the unicode coded data based on a first code system coded data of a data sending party; and sending the unicode coded data to a data receiving party so that the data receiving party converts the unicode coded data into second code system coded data.
As can be seen from the above, the computer device provided in the embodiment of the present invention realizes unified standards of inter-system communication and data transmission through interconversion between multiple code systems and unicode code systems, is more flexible in control, improves processing efficiency, and improves system stability.
In another embodiment, the device for transferring the chinese data with different symbology between systems may be configured separately from the processor 701, for example, the device for transferring the chinese data with different symbology between systems may be configured as a chip connected to the processor 701, and the function of the method for transferring the chinese data with different symbology between systems may be implemented by the control of the processor.
As shown in fig. 5, the computer device 70 may further include: a communication module 703, an input unit 704, an audio processing unit 705, a display 706, and a power supply 707. It is noted that the computer device 70 does not necessarily have to include all of the components shown in fig. 5; furthermore, the computer device 70 may also comprise components not shown in fig. 5, as can be seen in the prior art.
As shown in FIG. 5, the processor 701, which is sometimes referred to as a controller or operational control, may include a microprocessor or other processor device and/or logic device, and the processor 701 receives input and controls the operation of the various components of the computer device 70.
The memory 702 may be, for example, one or more of a buffer, a flash memory, a hard drive, a removable media, a volatile memory, a non-volatile memory, or other suitable device. The information relating to the failure may be stored, and a program for executing the information may be stored. And the processor 701 may execute the program stored in the memory 702 to realize information storage or processing, or the like.
The input unit 704 provides input to the processor 701. The input unit 704 is, for example, a key or a touch input device. The power supply 707 is used to provide power to the computer device 70. The display 706 is used for displaying display objects such as images and characters. The display may be, for example, an LCD display, but is not limited thereto.
The memory 702 may be a solid state memory such as Read Only Memory (ROM), random Access Memory (RAM), a SIM card, or the like. There may also be a memory that holds information even when power is off, can be selectively erased, and is provided with more data, an example of which is sometimes referred to as an EPROM or the like. The memory 702 may also be some other type of device. Memory 702 includes a buffer memory 7021 (sometimes referred to as a buffer). The memory 702 may include an application/function storage portion 7022, the application/function storage portion 7022 being used to store application programs and function programs or a flow for executing operations of the computer device 70 by the processor 701.
The memory 702 may also include a data store 7023, the data store 7023 being for storing data, such as contacts, digital data, pictures, sounds, and/or any other data used by the computer device. The driver storage portion 7024 of the memory 702 may include various drivers of the computer device for the communication function and/or for performing other functions of the computer device (e.g., messaging application, address book application, etc.).
The communication module 703 is a transmitter/receiver that transmits and receives signals via the antenna 708. A communication module (transmitter/receiver) 703 is coupled to the processor 701 to provide an input signal and receive an output signal, which may be the same as in the case of a conventional mobile communication terminal.
Based on different communication technologies, a plurality of communication modules 703, such as a cellular network module, a bluetooth module, and/or a wireless local area network module, may be provided in the same computer device. The communication module (transmitter/receiver) 703 is also coupled to a speaker 709 and a microphone 710 via an audio processing unit 705 to provide audio output via the speaker 709 and to receive audio input from the microphone 710 to implement the usual telecommunication functions. The audio processing unit 705 may include any suitable buffers, decoders, amplifiers and so forth. Additionally, an audio processing unit 705 is also coupled to the processor 701 to enable recording locally through a microphone 710 and to enable locally stored sound to be played through a speaker 709.
An embodiment of the present invention further provides a computer-readable storage medium for implementing all the steps in the method for converting and transmitting inter-system different-code-system chinese data in the above embodiment, where the computer-readable storage medium stores thereon a computer program, and when the computer program is executed by a processor, the computer program implements all the steps in the method for converting and transmitting inter-system different-code-system chinese data in the above embodiment, for example, when the processor executes the computer program, the processor implements the following steps:
receiving unicode coded data sent by a data sender; the unicode coded data is obtained by converting the first code system coded data of the data sender; and sending the unicode coded data to a data receiving party so that the data receiving party converts the unicode coded data into second code system coded data.
As can be seen from the above, the computer-readable storage medium provided in the embodiment of the present invention realizes unified standards for inter-system communication and data transmission through interconversion between multiple code systems and unicode code systems, and is more flexible in control, thereby improving processing efficiency and system stability.
The embodiment of the invention also provides a computer program product, which comprises a computer program, and when the computer program is executed by a processor, the method for converting and transmitting the Chinese data with different code systems among the systems is realized.
It should be noted that, in the technical solution of the present application, the acquisition, storage, use, processing, etc. of data all conform to the relevant regulations of the national laws and regulations.
Although the present invention provides method steps as described in the examples or flowcharts, more or fewer steps may be included based on routine or non-inventive labor. The order of steps recited in the embodiments is merely one manner of performing the steps in a multitude of orders and does not represent the only order of execution. When an actual apparatus or client product executes, it may execute sequentially or in parallel (e.g., in the context of parallel processors or multi-threaded processing) according to the embodiments or methods shown in the figures.
As will be appreciated by one skilled in the art, 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.
All the embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
In this document, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. The terms "upper", "lower", and the like, indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings, and are only for convenience in describing the present invention and simplifying the description, but do not indicate or imply that the referred devices or elements must have a specific orientation, be constructed and operated in a specific orientation, and thus, should not be construed as limiting the present invention.
Unless expressly stated or limited otherwise, the terms "mounted," "connected," and "coupled" are to be construed broadly and encompass, for example, both fixed and removable coupling as well as integral coupling; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood by those skilled in the art according to specific situations.
It should be noted that the embodiments and features of the embodiments may be combined with each other without conflict. The present invention is not limited to any single aspect, nor is it limited to any single embodiment, nor is it limited to any combination and/or permutation of these aspects and/or embodiments. Each aspect and/or embodiment of the invention may be used alone or in combination with one or more other aspects and/or embodiments.
Finally, it should be noted that: the above-mentioned embodiments are only specific embodiments of the present invention, which are used for illustrating the technical solutions of the present invention and not for limiting the same, and the protection scope of the present invention is not limited thereto, although the present invention is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the embodiments of the present invention, and they should be construed as being included therein. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (13)

1. A method for converting and transmitting Chinese data with different code systems between systems is characterized by comprising the following steps:
receiving unicode coded data sent by a data sender; the unicode coded data is obtained by converting based on first code system coded data of the data sender;
and sending the unicode coded data to a data receiving party so that the data receiving party converts the unicode coded data into second code system coded data.
2. The method of claim 1, wherein the first code system or the second code system is a UFT-8 code system.
3. The method of claim 1, wherein the first coding scheme or the second coding scheme is a GBK coding scheme.
4. The method of claim 1, wherein the first or second code scheme is a designated code scheme of the system; the specified code system is not included in code systems already used by the system.
5. The method of claim 4, further comprising: and testing the second code system coded data.
6. A kind of conversion transmission device of Chinese data of different code systems between systems, characterized by that, including:
the receiving module is used for receiving unicode coded data sent by a data sending party; the unicode coded data is obtained by converting the unicode coded data based on the first code system coded data of the data sender;
and the transmission module is used for sending the unicode coded data to a data receiving party so that the data receiving party converts the unicode coded data into second code system coded data.
7. The apparatus of claim 6, wherein the first or second code scheme is a UFT-8 code scheme.
8. The apparatus of claim 6, wherein the first codebook or the second codebook is a GBK codebook.
9. The apparatus of claim 6, wherein the first or second code scheme is a designated code scheme of the system; the specified code system is not included in code systems already used by the system.
10. The apparatus of claim 9, further comprising a testing module to: and testing the second code system coded data.
11. A computer device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, wherein the processor executes the computer program to implement the method for transferring different-coded chinese data between systems according to any one of claims 1 to 5.
12. A computer-readable storage medium, wherein a computer program is stored in the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements the method for transferring among systems in different code systems according to any one of claims 1 to 5.
13. A computer program product, characterized in that the computer program product comprises a computer program, which when executed by a processor implements a method for transformational transmission of differentially coded chinese data between systems according to any one of claims 1 to 5.
CN202211019565.5A 2022-08-24 2022-08-24 Method and device for converting and transmitting Chinese data with different code systems between systems Pending CN115390848A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211019565.5A CN115390848A (en) 2022-08-24 2022-08-24 Method and device for converting and transmitting Chinese data with different code systems between systems

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211019565.5A CN115390848A (en) 2022-08-24 2022-08-24 Method and device for converting and transmitting Chinese data with different code systems between systems

Publications (1)

Publication Number Publication Date
CN115390848A true CN115390848A (en) 2022-11-25

Family

ID=84121789

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211019565.5A Pending CN115390848A (en) 2022-08-24 2022-08-24 Method and device for converting and transmitting Chinese data with different code systems between systems

Country Status (1)

Country Link
CN (1) CN115390848A (en)

Similar Documents

Publication Publication Date Title
CN110941563B (en) Automatic script testing method and device
CN111367988A (en) Data import method and device
CN114138372B (en) Front-end component loading method and device
CN109922049A (en) Verifying device and method based on block chain
CN113438251A (en) Protocol conversion method, device and system
CN103002492A (en) Communication test method and device for mobile terminal (MT)
CN113746840A (en) JSON format message generation method and device
CN103795544A (en) Audio signal transmitting method, mobile terminal and intelligent secret key device
CN113077252A (en) Bank counter business handling method and device
CN115390848A (en) Method and device for converting and transmitting Chinese data with different code systems between systems
CN114070470A (en) Encoding and decoding method and device
WO2021097624A1 (en) File processing method, file processing apparatus, and terminal device
CN115562898A (en) Distributed payment system exception handling method and device
CN113438083B (en) Signature adding and checking method and device based on interface automatic test
CN113159752A (en) Method and device for generating account transfer transaction certificate
CN113011980B (en) Transaction code request routing method and device of distributed transaction system
CN110795388B (en) Binary file processing method, system, equipment and readable storage medium
CN112866268A (en) Message processing method and system
CN110543443A (en) method for controlling communication module, computer device and computer readable storage medium
CN111679930B (en) Single-point rollback method and system for CICS online transaction
CN111159035A (en) Test method and device based on short message verification software
KR100609213B1 (en) Text recomposing method in a short message
CN102546557A (en) Method and device for customizing protocol
CN114070902B (en) Message processing method and device based on DELPHI
CN115102947A (en) Asynchronous file management method and device

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