Skip to content

Oracle PLSQL Package for GSM 7bit with encode and decode functions.

License

Notifications You must be signed in to change notification settings

gpalleschi/Gsm7Bit_Oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gsm7Bit_Oracle

Oracle PLSQL Package for GSM 7bit with encode and decode functions.

Examples :

TOOL_GSM7BIT.GSM7BIT2ASCII('C769F3264C52414F27E8290D0E9945')
--------------------------------------------------------------------------------
GSM7BIT ON ORACLE

TOOL_GSM7BIT.GSM7BIT2ASCII('E8329BFD4697D9EC37')
--------------------------------------------------------------------------------
hellohello

TOOL_GSM7BIT.ASCII2GSM7BIT('HELLOWORLD')
--------------------------------------------------------------------------------
C8329BFD065DDF723619

TOOL_GSM7BIT.ASCII2GSM7BIT('GSM7BITONORACLE')
--------------------------------------------------------------------------------
C769F3264C52414F27E8290D0E9945

Built With :

Visual Code Editor

Authors

Prerequisites :

Tested with Oracle 12.1.0

License :

This project is licensed under the GNU GENERAL PUBLIC LICENSE 3.0 License - see the LICENSE file for details

About

Oracle PLSQL Package for GSM 7bit with encode and decode functions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages