Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
General
»
A trivial question for base64
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
SynEdit theme
by
Martin_fr
[
Today
at 05:17:43 pm]
Lazarus Bugfix Release 4....
by
slicke
[
Today
at 04:20:04 pm]
Conscious Artificial Inte...
by
schuler
[
Today
at 03:56:48 pm]
[New Component] ExtTabCtr...
by
ovidio
[
Today
at 03:55:41 pm]
Single and Double, Conver...
by
Paolo
[
Today
at 03:43:42 pm]
Which Control should I us...
by
J-G
[
Today
at 03:33:56 pm]
If FileExists(
by
PascalDragon
[
Today
at 03:24:46 pm]
docked IDE and form capti...
by
Paolo
[
Today
at 02:53:50 pm]
New version of LazMapView...
by
wp
[
Today
at 12:09:27 pm]
Very rough version of a s...
by
Hansvb
[
Today
at 11:48:04 am]
PadXml 1.1.0 – Portable A...
by
AlexanderT
[
Today
at 10:38:42 am]
Arkanoid
by
Tomi
[
Today
at 09:46:46 am]
Interesting video
by
Joanna
[
Today
at 06:24:53 am]
IndySecOpenSSL is now ava...
by
TheMouseAUS
[
Today
at 03:49:17 am]
Message CM_ShowingChanged...
by
LeP
[
Today
at 02:13:51 am]
Fast Canvas Library V1.05...
by
Gigatron
[
Today
at 01:48:44 am]
[SOLVED]Program experienc...
by
Cainnech
[
Today
at 12:19:17 am]
TATTabs - how to stop a 3...
by
bobonwhidbey
[
Today
at 12:03:15 am]
If you are looking for Wi...
by
avra
[June 12, 2026, 07:37:10 pm]
Can /my/ AI help me with ...
by
microxa
[June 12, 2026, 04:26:18 pm]
Testing with 3.2.4 prepar...
by
Martin_fr
[June 12, 2026, 03:50:17 pm]
TDWEdit
by
Ed78z
[June 12, 2026, 10:20:58 am]
Strange Behaviour at Runt...
by
andrew Bubble
[June 12, 2026, 09:54:40 am]
FPC Debug mode releases [...
by
Martin_fr
[June 12, 2026, 09:22:25 am]
Implementing an Elo ratin...
by
paule32
[June 12, 2026, 08:43:20 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: A trivial question for base64 (Read 1009 times)
xinyiman
Hero Member
Posts: 2261
A trivial question for base64
«
on:
April 17, 2019, 12:27:05 pm »
Hi guys, I have multiple strings that I need to convert to base64 and then chain them together with a type |
stringb64_1|stringb64_2|stringb64_3|
because then with a split on the character | I have to recover the three strings. I wondered | is it a font I can use or can it be a character returned by encoding in base64? Thanks for the info
Logged
Win10, Ubuntu and Mac
Lazarus: 2.1.0
FPC: 3.3.1
ASerge
Hero Member
Posts: 2499
Re: A trivial question for base64
«
Reply #1 on:
April 17, 2019, 01:28:10 pm »
Base64 chars: ['a'..'z', 'A'..'Z', '0'..'9', '+', '/'] and filler '='. Char '|' is not valid and can be used to separate strings, or you can encode a regular string separator in base64.
Logged
xinyiman
Hero Member
Posts: 2261
Re: A trivial question for base64
«
Reply #2 on:
April 18, 2019, 08:24:56 am »
Thank you very much
Logged
Win10, Ubuntu and Mac
Lazarus: 2.1.0
FPC: 3.3.1
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
General
»
A trivial question for base64
TinyPortal
© 2005-2018