Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3753292
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T09:22:13+00:00 2026-05-19T09:22:13+00:00

I have an Excel spreadsheet which contains Korean characters in who-knows-what encoding — I’m

  • 0

I have an Excel spreadsheet which contains Korean characters in who-knows-what encoding — I’m assuming it’s UTF-8 since I can copy and paste it into vim or textedit or whatever just fine. I can then insert those characters into a database I know is UTF-8 and that works
just fine too.

However, when I run the following AppleScript that presumably does the same thing, I get all the Korean characters replaced by the letter “a”. Is there a way to force an encoding when copying or pasting with AppleScript? Am I missing something else?

Example cell in Korean: 이메일 주소.
Same output in TextEdit: aaa aa

tell application "Microsoft Excel"
       activate
       open (choose file)
       activate object sheet "Sheet1"
       copy range range "A1:G1000" of active sheet
end tell

tell application "TextEdit"
       activate
       open (choose file)
       tell application "System Events"
               keystroke (the clipboard)
       end tell
end tell
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T09:22:14+00:00Added an answer on May 19, 2026 at 9:22 am

    Since you are copying and pasting, why not just do that. You copy in excel so in TextEdit just use this…

    tell application "System Events"
        keystroke "v" using command down
    end tell
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an excel spreadsheet which contains addresses. I'm reading the data from the
I have inherited an Excel spreadsheet which contains an external data query. I can
I have an excel spreadsheet which contains a calendar control (Microsoft Calendar Control 2007,
I have a web app which lets the user select the excel spreadsheet and
I have an excel spreadsheet with 15 columns, one of which is EmailAddress and
I have a C# application which emails out Excel spreadsheet reports via an Exchange
I have an Excel spreadsheet which has a pivot table on it. The data
I have created a custom pipeline component which transforms a complex excel spreadsheet to
I have an Excel spreadsheet which is one sheet with a table and chart
Suppose you have inherited a massive spreadsheet which contains lots and lots of data.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.