Sponsored Content
Top Forums Programming How to write in other language in text/xml file by reading english text/xml file using C++? Post 303018323 by SA_Palani on Monday 4th of June 2018 01:12:20 AM
Old 06-04-2018
How to write in other language in text/xml file by reading english text/xml file using C++?

Hello Team,

I have 2 files.one contains english text and another contains Japanese. so i have to read english text and replace the text with Japanesh text in third file.

Basically, I need a help to write japanese language in text/xml file.I heard wstring does this.Not sure how do i write code.Not only japanese but also there 11 more languages[French/CHinesh,swedish,turkey,italy,....] Hoping that if i complete one language remaining may be easy to complete.

I really looking forward your help at the earliest moment.Thank you.
Regards,

Senthil Andavar
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Plz Help To convert xml file to text file using bourn shell scripts

If someone out there could help me out with this problem. I would really appreciate it. I am trying to convert xml into text file(fixed length) using Unix Borne shell scripts. My xml file: <root> <header_rec recordtype="00"> <record_id>00</record_id> <country_code>AK></country_code>... (0 Replies)
Discussion started by: ram2s2001
0 Replies

2. Shell Programming and Scripting

reading and searching xml element text in script

well i have this xml file here: this file is called filereader.xml <?xml version="1.0" encoding="UTF-8"?> <file> <file1> <filecopy>thefile.txt</filecopy> <filecopy>thefile2.ppt</filecopy> </file1> </file> hi..i got this problem....hmm how do i write a... (6 Replies)
Discussion started by: forevercalz
6 Replies

3. Shell Programming and Scripting

reading and searching xml element text in script

well i have this xml file here: this file is called filereader.xml <?xml version="1.0" encoding="UTF-8"?> <file> <file1> <filecopy>/new/test/thefile.txt</filecopy> <filecopy>/new/test/thefile2.ppt</filecopy> </file1> </file> i need to write the script that search for the Bold text... (2 Replies)
Discussion started by: forevercalz
2 Replies

4. Shell Programming and Scripting

How to extract text from xml file

I have some xml files that got created by exporting a website from RedDot. I would like to extract the cost, course number, description, and meeting information. <?xml version="1.0" encoding="UTF-16" standalone="yes" ?> - <PAG PAG0="3AE6FCFD86D34896A82FCA3B7B76FF90" PAG3="525312"... (3 Replies)
Discussion started by: chrisf
3 Replies

5. Shell Programming and Scripting

KSH - help needed for creating a script to generate xml file from text file

Dear Members, I have a table in Oracle DB and one of its column name is INFO which has data in text format which we need to fetch in a script and create an xml file of a new table from the input. The contents of a single cell of INFO column is like: Area:app - aam Clean Up Criteria:... (0 Replies)
Discussion started by: Yoodit
0 Replies

6. Shell Programming and Scripting

Filter a .kml file (xml) with data set from text file

I have a .kml file. So I want filter the .kml to get only the tags that have this numeric codes that they are in a text file 11951 11952 74014 11964 11965 11969 11970 11971 11972 60149 74018 74023 86378 11976 11980 11983 11984 11987 (5 Replies)
Discussion started by: pcoj33
5 Replies

7. Shell Programming and Scripting

Get extract text from xml file

Hi Collegue, i have a file say a.xml. it has contents <bpelFault><faultType>1</faultType><genericSystemFault xmlns=""><part name="payload"><v2:Fault... (10 Replies)
Discussion started by: Jewel
10 Replies

8. UNIX for Dummies Questions & Answers

Reading XML file and print the values in the text file using Linux shell script

hi guys, i want help... Reding XML file and print the values into the text file using linux shell script file as per below xml file <sequence> <Filename>aldorzum.doc</Filename> <DivisionCode>US</DivisionCode> <ContentType>Template</ContentType> <ProductCode>VIMZIM</ProductCode> </sequence>... (1 Reply)
Discussion started by: sravanreddy
1 Replies

9. UNIX for Dummies Questions & Answers

Reading Xml file and print the values into the text file in columnwise?

hi guys, i want help... Reding XML file and print the values into the text file using linux shell script file as per below xml file <sequence> <Filename>aldorzum.doc</Filename> <DivisionCode>US</DivisionCode> <ContentType>Template</ContentType> <ProductCode>VIMZIM</ProductCode> </sequence>... (4 Replies)
Discussion started by: sravanreddy
4 Replies
recite(1)						      General Commands Manual							 recite(1)

NAME
recite - english text speech synthesizer SYNOPSIS
recite [ option... ][ infile [ outfile ]] recite -Help recite -VERSion DESCRIPTION
The recite program is used to read english text and speak the words from the workstation's speaker. By default, the standard input is read and the english text is spoken from the speaker. If a file name is given on the command line, the text is taken from the file rather than the standard input. If a second file is named, a ulaw encoded file is written to the named file, rather then emitting it from the speaker. This file will be compatible with Sun's audiotool(1). OPTIONS
The following options are understood: -Write_Phonemes The option may be used to cause the translation process to cease after the text has been translated into phonemes. The phonemes will be emitted on the standard output, or to the appropriate file if an output file has been specified. -Help Provide some help with using the recite program. -VERSion Print the version of the recite program being executed. All other options will produce a diagnostic error. Options may be abbreviated, the minimum abbreviation is shown in upper-case. Options are case insensitive. Options and file names may be mixed arbitrarily on the command line. EXIT STATUS
The recite program will exit with a status of 1 on any error. The recite program will only exit with a status of 0 if there are no errors. COPYRIGHT
The recite program is Copyright (C) 1993 Peter Miller. All rights reserved. The recite program comes with ABSOLUTELY NO WARRANTY; for details use the 'recite -VERSion Warranty' command. This is free software and you are welcome to redistribute it under certain conditions; for details use the 'recite -VERSion Redistribution' command. AUTHOR
Peter Miller UUCP uunet!munnari!bmr.gov.au!pmiller //* Internet pmiller@bmr.gov.au recite(1)
All times are GMT -4. The time now is 03:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy